mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Fix typo Enterprise
Contribute to CURA-9157
This commit is contained in:
parent
37b394c756
commit
a97c7e982b
@ -20,7 +20,7 @@
|
|||||||
<RemoveExistingProducts Before="InstallInitialize" />
|
<RemoveExistingProducts Before="InstallInitialize" />
|
||||||
</InstallExecuteSequence>
|
</InstallExecuteSequence>
|
||||||
|
|
||||||
<Property Id="PREVIOUS_VERSIONS_INSTALLED" Secure="yes" Value="{{ 1 if "Enterpise" in app_name else 0 }}" />
|
<Property Id="PREVIOUS_VERSIONS_INSTALLED" Secure="yes" Value="{{ 1 if "Enterprise" in app_name else 0 }}" />
|
||||||
<Upgrade Id="{{ upgrade_code }}">
|
<Upgrade Id="{{ upgrade_code }}">
|
||||||
<UpgradeVersion
|
<UpgradeVersion
|
||||||
Minimum="4.13.2" Maximum="{{ version_major }}.{{ version_minor }}.{{ version_patch }}"
|
Minimum="4.13.2" Maximum="{{ version_major }}.{{ version_minor }}.{{ version_patch }}"
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<!--TODO: handle copy of configuration of previous version-->
|
<!--TODO: handle copy of configuration of previous version-->
|
||||||
<!--TODO: handle removal of old configuration once previous version is uninstalled-->
|
<!--TODO: handle removal of old configuration once previous version is uninstalled-->
|
||||||
|
|
||||||
{% if "Enterpise" in app_name %}
|
{% if "Enterprise" in app_name %}
|
||||||
<Property Id="PREVIOUS_413_INSTALLED" Secure="yes" />
|
<Property Id="PREVIOUS_413_INSTALLED" Secure="yes" />
|
||||||
<Upgrade Id="53C603BB-2B17-4206-A609-29C2E0D0B0AE">
|
<Upgrade Id="53C603BB-2B17-4206-A609-29C2E0D0B0AE">
|
||||||
<UpgradeVersion
|
<UpgradeVersion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user