Skip to content

Commit

Permalink
make ready version for windows installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Dec 20, 2023
1 parent 7056094 commit 81f25d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/win_installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" UpgradeCode="cd7955bc-304e-470f-9c24-eb9f429a8085"
Name="Skywire"
Version="1.3.15"
Version="1.3.16"
Manufacturer="Skycoin"
Language="1033">

Expand All @@ -21,7 +21,7 @@
<Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>

<Upgrade Id="cd7955bc-304e-470f-9c24-eb9f429a8085">
<UpgradeVersion Minimum="1.3.14" OnlyDetect="yes" IncludeMaximum="yes" Property="NEWERVERSIONDETECTED"/>=
<UpgradeVersion Minimum="1.3.15" OnlyDetect="yes" IncludeMaximum="yes" Property="NEWERVERSIONDETECTED"/>=
</Upgrade>
<Condition Message="A newer version of this software is already installed.">NEWERVERSIONDETECTED</Condition>

Expand Down

0 comments on commit 81f25d0

Please sign in to comment.