You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a msi only version in the format of major.minor.patch.build numeric only.
this is pretty annoying as its not semvar and we use major.minor.patch-hash which doesn't work at all on with wix
Describe the solution you'd like
add a env overide to manually set the version for msi.
something like TAURI_MSI_VERSION this would allow people to not have to change there core version because of it
Alternatives considered
having to change the version on windows or not use msi
i have setup a workaround for setting the version on windows but i do think it would make more sense to use a overide env since it is the only part of tauri that i know of that doesnt work with a semvar version
Describe the problem
When building a msi only version in the format of
major.minor.patch.build
numeric only.this is pretty annoying as its not semvar and we use
major.minor.patch-hash
which doesn't work at all on with wixDescribe the solution you'd like
add a env overide to manually set the version for msi.
something like
TAURI_MSI_VERSION
this would allow people to not have to change there core version because of itAlternatives considered
having to change the version on windows or not use msi
Additional context
tauri/crates/tauri-bundler/src/bundle/windows/msi/mod.rs
Line 435 in a49a19f
The text was updated successfully, but these errors were encountered: