Switching use of 7zr to 7z for the windows installers

cusax-fix
Emil Ivov 17 years ago
parent 2ec2e33121
commit 32f51f4494

@ -65,7 +65,7 @@
<condition property="7zip.executable" value="7z">
<os family="windows"/>
</condition>
<condition property="7zip.executable" value="7zr">
<condition property="7zip.executable" value="7z">
<equals arg1="${os.name}" arg2="linux"
casesensitive="false" trim="true"/>
</condition>

Loading…
Cancel
Save