Skip to content

fix(desktop): numeric bundle version so the Windows .msi builds#22

Merged
tamimbinhakim merged 1 commit into
masterfrom
fix/desktop-msi-version
Jun 6, 2026
Merged

fix(desktop): numeric bundle version so the Windows .msi builds#22
tamimbinhakim merged 1 commit into
masterfrom
fix/desktop-msi-version

Conversation

@tamimbinhakim

Copy link
Copy Markdown
Contributor

The release run built everything except the Windows .msi, which failed with:

failed to bundle project: optional pre-release identifier in app version must be numeric-only and cannot be greater than 65535 for msi target

WiX/MSI doesn't accept semver pre-release suffixes, so 0.1.0-alpha.0 was rejected (the app compiled fine — only packaging failed). .dmg and .AppImage don't enforce this and built OK.

Fix: set the Tauri bundle version to 0.1.0. Installer versions are numeric by convention; the alpha designation lives in the release tag (v0.1.0-alpha, marked pre-release).

After merge I'll move the v0.1.0-alpha tag onto this commit and re-run the release so all three desktop installers (now all 0.1.0) attach.

🤖 Generated with Claude Code

The WiX/MSI bundler rejects pre-release versions ("optional pre-release
identifier ... must be numeric-only"), so `0.1.0-alpha.0` failed the Windows
.msi target while .dmg/.AppImage built fine. Installer versions are numeric by
convention; the alpha channel is conveyed by the release tag/prerelease flag.
@tamimbinhakim tamimbinhakim enabled auto-merge (squash) June 6, 2026 07:00
@tamimbinhakim tamimbinhakim merged commit ef3cced into master Jun 6, 2026
5 checks passed
@tamimbinhakim tamimbinhakim deleted the fix/desktop-msi-version branch June 6, 2026 07:01
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