mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-05 05:01:49 +02:00
Change: Disable AllowSameVersionUpgrades
Since running `wix msi validate` with it set to `yes` causes an error.
This commit is contained in:
parent
9104af81c3
commit
17f802915b
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