Added deterministic UUID's to allow MSI upgrade

* Adjusted UUID to ensure they are deterministic per App / Channel
This commit is contained in:
Chris 2025-01-20 23:53:02 +11:00 committed by Adam Honse
parent 54802fdd4b
commit fc65a01a60
2 changed files with 34 additions and 16 deletions

View file

@ -60,6 +60,7 @@ TEMPLATE = app
message("VERSION_NUM: "$$VERSION_NUM)
message("VERSION_STR: "$$VERSION_STR)
message("VERSION_SFX: "$$SUFFIX)
message("VERSION_DEB: "$$VERSION_DEB)
message("VERSION_WIX: "$$VERSION_WIX)
message("VERSION_AUR: "$$VERSION_AUR)