]> Chaos Git - vn/FSNConverter-Linux.git/commitdiff
Fixed up build (for travis, again)
authorchaoskagami <chaos.kagami@gmail.com>
Wed, 20 Aug 2014 14:26:20 +0000 (10:26 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Wed, 20 Aug 2014 14:26:20 +0000 (10:26 -0400)
build.sh

index 5342c6a8f706b3841cfd7aa89c8613565d930954..32be8d223612d482fbd3558dfc5bc0f7ad679f33 100755 (executable)
--- 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