mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Change: Disable AllowSameVersionUpgrades
Since running `wix msi validate` with it set to `yes` causes an error.
This commit is contained in:
parent
cc5ba29455
commit
68da50a6b2
1 changed files with 0 additions and 1 deletions
|
@ -220,7 +220,6 @@ def main():
|
|||
ET.SubElement(
|
||||
package_el,
|
||||
"MajorUpgrade",
|
||||
AllowSameVersionUpgrades="yes",
|
||||
DowngradeErrorMessage="A newer version of [ProductName] is already installed. If you are sure you want to downgrade, remove the existing installation via Programs and Features.",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue