Skip to content

Commit ec5e5b0

Browse files
committed
windows packaging: Fix productcode
1 parent 4aaadd4 commit ec5e5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitbox-bridge/release/windows/wix/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- UpgradeCode should stay the same foverever (this is the real ID of the app)-->
77
<?define UpgradeCode = "{dfe7eecb-5dc0-4c30-ba78-a9eff36efa31}"?>
88

9-
<Product Id="{7daf2692-5978-41fe-8148-61bef4aa3ae2}"
9+
<Product Id="$(var.ProductCode)"
1010
Name="!(loc.ProductName)"
1111
Language="!(loc.Language)"
1212
Version="$(env.VERSION)"

0 commit comments

Comments
 (0)