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

MSI update don't work #71

Open
ddark008 opened this issue Aug 21, 2022 · 1 comment
Open

MSI update don't work #71

ddark008 opened this issue Aug 21, 2022 · 1 comment

Comments

@wiverson
Copy link
Owner

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...?

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

No branches or pull requests

2 participants