You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed Everything ( https://github.com/lukesampson/scoop-extras/blob/master/bucket/everything.json ) and when a new version came out, my settings and database were wiped out. Investigating further, I found that "Everything.db" and "Everything.ini" are updated in the apps directory, and these two files in the persist directory are not touched by the software. I've tried uninstalling (and deleting the persist directory) and reinstalling, but the .db and .ini files in the persist directory are not being used.
The json file does call for them to persist:
"persist": [
"Everything.db",
"Everything.ini"
],
Does this mean that Everything doesn't support keeping the .ini and .db files in a different location?
The text was updated successfully, but these errors were encountered:
I've installed Everything ( https://github.com/lukesampson/scoop-extras/blob/master/bucket/everything.json ) and when a new version came out, my settings and database were wiped out. Investigating further, I found that "Everything.db" and "Everything.ini" are updated in the apps directory, and these two files in the persist directory are not touched by the software. I've tried uninstalling (and deleting the persist directory) and reinstalling, but the .db and .ini files in the persist directory are not being used.
The json file does call for them to persist:
"persist": [
"Everything.db",
"Everything.ini"
],
Does this mean that Everything doesn't support keeping the .ini and .db files in a different location?
The text was updated successfully, but these errors were encountered: