FAQ | This is a LIVE service | Changelog

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

brackets: switch version install check to versiongreaterorequal

It looks to be rather difficult to disable autoupdates for brackets, so
using just versionequalto could be problematic
parent 55afbd8b
No related branches found
No related tags found
1 merge request!52Initial ucam package for Brackets editor - fix commits
......@@ -6,7 +6,7 @@
<variable name="version" value="1.14.17752" />
<variable name="fileversion" value="1.14.1" />
<check type="uninstall" condition="versionequalto" path="Brackets" value="%VERSION%" />
<check type="uninstall" condition="versiongreaterorequal" path="Brackets" value="%VERSION%" />
<install cmd='msiexec /l* %WPKGLOGDIR%\brackets-%fileversion%-log /i "%WPKGSOFTWARE%\brackets\brackets.release.%fileversion%.msi" /passive /norestart /qn' />
......
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