Skip to content
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

fix auto updating package in use #1317

Merged
merged 6 commits into from
Dec 13, 2024
Merged

Conversation

hahn-kev
Copy link
Collaborator

@hahn-kev hahn-kev commented Dec 12, 2024

corrects the Information version used for update checks, previously it would look like this: 2024.12.11
+165a44a39dd33871473548694bb81a6b0ef0c2f8
but it should look like this: v2024-12-11-165a44a3 and that was breaking the update check

I also raised the min windows version to have access to an API which allows deferring the update while the app is running. I also removed the ARM builds as they didn't work and we don't have a way of testing them, they were doubling the build time in the meantime.

Copy link
Contributor

@myieye myieye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Removing the ARM build seems to have chopped the download size in half, which is pretty cool.

@hahn-kev hahn-kev merged commit f2101d5 into develop Dec 13, 2024
11 checks passed
@hahn-kev hahn-kev deleted the chore/auto-update-package-in-use branch December 13, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants