From ebb98a63de97558aab8dfac467ea8b54963876c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 20 Sep 2016 06:53:57 +0200 Subject: [PATCH] getting NSIS Include and Plugins dir too --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d984cedff..8b1c22bda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,8 @@ before_install: - mkdir share - ln -s $tools_dir/nsis-3.0-src share/nsis - cd - - - wget -q https://www.free-decompiler.com/flash/nsis-3.0-stubs.zip - - unzip nsis-3.0-stubs.zip -d $tools_dir/nsis-3.0-src/Stubs + - 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 - 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