From 153d4c9c4facb89c9dc9e0b1707d931077129f69 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Wed, 20 Aug 2014 10:26:20 -0400 Subject: [PATCH] Fixed up build (for travis, again) --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5