correct nsis path

This commit is contained in:
Jindra Petřík
2016-09-20 00:33:53 +02:00
parent c486e11e55
commit dfbce0ae8a

View File

@@ -21,7 +21,7 @@ before_install:
- unzip nsis-3.0-stubs.zip -d $tools_dir/nsis-3.0-src/Stubs
- wget -q https://www.free-decompiler.com/flash/launch4j-3.9-linux.tgz
- tar zxvf launch4j-3.9-linux.tgz -C $tools_dir >/dev/null
- echo "nsis.path = $tools_dir/nsis-3.0-src/bin/makensis" > tools.properties
- echo "nsis.path = $tools_dir/nsis-3.0-src/bin" > tools.properties
- echo "launch4j.path = $tools_dir/launch4j" >> tools.properties
- echo "username=$website_user" > jpexs_website.properties
- echo "password=$website_password" >> jpexs_website.properties