-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fork software need to re-setup everything a new install is made #1747
Comments
The settings should exist in |
This looks (although I'm not 100% certain) to be a bug with Fork's installer (or intentional behavior, since if you're re-running the installer it may be that your local install is borked). I'd suggest reaching out to them and asking them to add an argument to their installer that disables this behavior ( edit: nvm, they're using Squirrel, which doesn't expose such a thing (Squirrel/Squirrel.Windows#1089). This should be a feature request for winget (maybe a separate issue) where if winget is upgrading a Squirrel-installed application (which a lot of apps including Teams and Discord are), it will invoke the Update.exe executable in the application's installation directory which supports silent upgrades instead of trying to run a newer version of the installer. |
Would you do this (feature request)? Thank you. |
Done :) |
Brief description of your issue
When installing the software "Fork" (a git client) through winget, everything there's a new version released and installed, user settings will be overwritten and I need to setup everything again.
Steps to reproduce
Fork
Expected behavior
The newly installed version should inherit the original user settings.
Actual behavior
user settings are overwritten and not respected.
Environment
The text was updated successfully, but these errors were encountered: