mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-18 20:12:36 +02:00
QElectroTech.wxs — add ProductCode="$(var.ProductCode)" to <Package>
+ AllowSameVersionUpgrades="yes" to <MajorUpgrade> windows-msi.yml — in the ‘Extract version’ step, calculate a unique GUID based on the commit’s SHA, then pass -d ‘ProductCode=$productGuid’ to the WIX build This ensures that each build will have a different ProductCode → MajorUpgrade will always be triggered
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
Name="QElectroTech"
|
||||
Manufacturer="QElectroTech Team"
|
||||
Version="$(var.Version)"
|
||||
ProductCode="$(var.ProductCode)"
|
||||
UpgradeCode="A1B2C3D4-E5F6-7890-ABCD-EF1234567890"
|
||||
Language="1033"
|
||||
Codepage="1252"
|
||||
|
||||
Reference in New Issue
Block a user