mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Allow for uninstall of previous same major.minor.path versions
Contributes to CURA-9157
This commit is contained in:
parent
df5544444d
commit
5542eec0c4
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
<UpgradeVersion
|
<UpgradeVersion
|
||||||
Minimum="4.13.2" Maximum="{{ version_major }}.{{ version_minor }}.{{ version_patch }}"
|
Minimum="4.13.2" Maximum="{{ version_major }}.{{ version_minor }}.{{ version_patch }}"
|
||||||
Property="PREVIOUS_VERSIONS_INSTALLED"
|
Property="PREVIOUS_VERSIONS_INSTALLED"
|
||||||
IncludeMinimum="no" IncludeMaximum="no"
|
IncludeMinimum="no" IncludeMaximum="yes"
|
||||||
/>
|
/>
|
||||||
</Upgrade>
|
</Upgrade>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue