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
New msi with bump app.version with same UUID in pom.xml doesn't upgrade previous, it's install like new.
Look like bad wix configuration.
For test propose add to windows-jpackage.txt argument: "--win-dir-chooser"
So, FWIW there were some issues around timestamps being used for upgrade versions in the earlier version of this template. In certain circumstances a timestamp was going backwards instead of fowards.
I just redid the way versions work to build on top of GitHub Action run ids instead of timestamps. I think this is closer to what everyone wants:
Same version number for Windows, macOS, and Linux builds
If one build fails all the builds fail
Version numbers are now clear simple incrementing from 1 values
Should fix the Windows timestamp-related issues
RE: the install like new vs upgrade, is this a bug in jpackage or the template...?
New msi with bump app.version with same UUID in pom.xml doesn't upgrade previous, it's install like new.
Look like bad wix configuration.
For test propose add to windows-jpackage.txt argument: "--win-dir-chooser"
Links for research:
The text was updated successfully, but these errors were encountered: