mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 14:10:28 +00:00
Try to avoid breaking Wintun during upgrades
This commit is contained in:
parent
152f5838f8
commit
3e388cd7f9
@ -185,6 +185,9 @@ cat > wix.xml << EOF
|
|||||||
</Feature>
|
</Feature>
|
||||||
|
|
||||||
<Feature Id="WintunFeature" Title="Wintun" Level="1">
|
<Feature Id="WintunFeature" Title="Wintun" Level="1">
|
||||||
|
<Condition Level="0">
|
||||||
|
NOT UPGRADINGPRODUCTCODE
|
||||||
|
</Condition>
|
||||||
<MergeRef Id="Wintun" />
|
<MergeRef Id="Wintun" />
|
||||||
</Feature>
|
</Feature>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user