Skip to content

Comments

Fix issue with Windows installers not handling beta releases properly#1448

Merged
mikedickey merged 1 commit intodevfrom
bugfix/windows-installer-beta-versions
Jul 1, 2025
Merged

Fix issue with Windows installers not handling beta releases properly#1448
mikedickey merged 1 commit intodevfrom
bugfix/windows-installer-beta-versions

Conversation

@mikedickey
Copy link
Collaborator

We were previously striping "-betaN" from version strings, breaking the upgrade detection logic in Windows installers and leading to multiple installs rather than upgrades.

This converts our semantic versions into an X.Y.Z.N format that works with Windows installers

We were previously striping "-betaN" from version strings, breaking
the upgrade detection logic in Windows installers and leading to
multiple installs rather than upgrades.

This converts our semantic versions into an X.Y.Z.N format that
works with Windows installers
@mikedickey mikedickey merged commit 1486ed9 into dev Jul 1, 2025
13 checks passed
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.

1 participant