Replies: 1 comment
|
Your exported JSON is enough as a backup, but in the normal (non-portable) setup an update should not overwrite the live settings. The current settings logic uses:
That path selection is visible in So the practical update paths are:
One small detail: portable-vs-roaming is chosen when the app starts, so after placing |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I suppose FC saves its settings somewhere in a file. Won't this file get overwritten when extracting the app new version from the archive?
Is there a way to preserve the existing settings? I exported them to json, but not sure that's enough.
All reactions