Skip to content

Commit

Permalink
windows packaging: Fix productcode
Browse files Browse the repository at this point in the history
  • Loading branch information
NickeZ committed Feb 26, 2020
1 parent 4aaadd4 commit ec5e5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitbox-bridge/release/windows/wix/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- UpgradeCode should stay the same foverever (this is the real ID of the app)-->
<?define UpgradeCode = "{dfe7eecb-5dc0-4c30-ba78-a9eff36efa31}"?>

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

0 comments on commit ec5e5b0

Please sign in to comment.