From c486e11e552dc1969acd4177e98857b8d3bd2ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 20 Sep 2016 00:29:31 +0200 Subject: [PATCH] launch4j windres error fix... maybe --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae793b675..3d3504876 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: - sudo apt-get install -y scons - sudo apt-get install -y zlib1g-dev - sudo apt-get install -y unzip - - sudo apt-get install -y ia32-libs + - sudo apt-get install -y lib32ncurses5 lib32z1 - mkdir $tools_dir - wget -q https://www.free-decompiler.com/flash/nsis-3.0-src.tar.bz2 - bzip2 -d nsis-3.0-src.tar.bz2