We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aaadd4 commit ec5e5b0Copy full SHA for ec5e5b0
bitbox-bridge/release/windows/wix/Product.wxs
@@ -6,7 +6,7 @@
6
<!-- UpgradeCode should stay the same foverever (this is the real ID of the app)-->
7
<?define UpgradeCode = "{dfe7eecb-5dc0-4c30-ba78-a9eff36efa31}"?>
8
9
- <Product Id="{7daf2692-5978-41fe-8148-61bef4aa3ae2}"
+ <Product Id="$(var.ProductCode)"
10
Name="!(loc.ProductName)"
11
Language="!(loc.Language)"
12
Version="$(env.VERSION)"
0 commit comments