-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Migrate Squirrel to Velopack #199
base: main
Are you sure you want to change the base?
Conversation
To be done: |
Sometimes delta updates are not applied when just exiting the application without calling |
@lulzsun what do you think? |
I'm holding off reviewing this until I have more free time. Since it sounds like this may introduce breaking changes, I'll have to properly test this myself before making decisions. |
Fixes issue #181 (maybe #192) . Migrated Squirrel to Velopack. Haven't tested updating yet and we'll have to handle Github Releases
I've made the
UpdateManager
a static public field inUpdater
to apply updates when the user clicks restart.