From dfbce0ae8a4c19632762b7afd3322db59daa6d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 20 Sep 2016 00:33:53 +0200 Subject: [PATCH] correct nsis path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d3504876..d984cedff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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