From: chaoskagami Date: Wed, 20 Aug 2014 14:26:20 +0000 (-0400) Subject: Fixed up build (for travis, again) X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=153d4c9c4facb89c9dc9e0b1707d931077129f69;p=vn%2FFSNConverter-Linux.git Fixed up build (for travis, again) --- diff --git a/build.sh b/build.sh index 5342c6a..32be8d2 100755 --- a/build.sh +++ b/build.sh @@ -9,13 +9,13 @@ if [ "$F" == "build" ]; then cp -ra Distrib Out - if [ ! -e FSNConverter.jar ]; then + if [ ! -e UI/FSNConverter.jar ]; then exit 1 fi cp UI/FSNConverter.jar Out/ - if [ ! -e FSNInstaller.jar ]; then + if [ ! -e UI/FSNInstaller.jar ]; then exit 1 fi