FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 0f71493c authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

nextcloud: fix check condition (should not use wildcard)

parent 6d8817f0
No related branches found
No related tags found
1 merge request!94Initial ucam package for Nextcloud v2.6.4
Pipeline #35248 passed
......@@ -3,7 +3,7 @@
<package id="nextcloud" name="Nextcloud client" revision="%version%.1" priority="16" reboot="false" execute="once">
<variable name="version" value="2.6.4" />
<check type="uninstall" condition="versiongreaterorequal" path="Nextcloud" value="%version%.*" />
<check type="uninstall" condition="versiongreaterorequal" path="Nextcloud" value="%version%" />
<install cmd='"%WPKGSOFTWARE%\nextcloud\nextcloud-%version%-setup.exe" /S' />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment