getting NSIS Include and Plugins dir too

This commit is contained in:
Jindra Petřík
2016-09-20 06:54:15 +02:00
parent ebb98a63de
commit fcb91958e7
+1 -1
View File
@@ -18,7 +18,7 @@ before_install:
- ln -s $tools_dir/nsis-3.0-src share/nsis
- cd -
- wget -q https://www.free-decompiler.com/flash/nsis-3.0-addon.zip
- unzip nsis-3.0-stubs.zip -d $tools_dir/nsis-3.0-src
- unzip nsis-3.0-addon.zip -d $tools_dir/nsis-3.0-src
- 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" > tools.properties