mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
Allow upgrades (hopefully)
This commit is contained in:
parent
b7f66a373d
commit
2306122787
1 changed files with 9 additions and 0 deletions
|
@ -98,6 +98,15 @@ cat > wix.xml << EOF
|
|||
Platform="${PKGARCH}"
|
||||
SummaryCodepage="1252" />
|
||||
|
||||
<Upgrade Id="${PKGGUID}">
|
||||
<UpgradeVersion
|
||||
Minimum="0.0.0.0"
|
||||
Maximum="99.0.0.0"
|
||||
Property="PREVIOUSVERSIONSINSTALLED"
|
||||
IncludeMinimum="yes"
|
||||
IncludeMaximum="no" />
|
||||
</Upgrade>
|
||||
|
||||
<Media
|
||||
Id="1"
|
||||
Cabinet="Media.cab"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue