Skip to content

Commit

Permalink
Fix travis build caused by renaming of japro to eternaljk
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalcodes committed Jul 31, 2016
1 parent 6d93abe commit 1309c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ case "${host}" in
( cd $(pwd)/assets && \
zip -r japro3ui-assets.pk3 * && \
mv japro3ui-assets.pk3 ../build/DESTDIR/prefix/JediAcademy/openjk.x86_64.app/Contents/MacOS/japro/ && \
cd ../build/DESTDIR/prefix/JediAcademy/openjk.x86_64.app/Contents/MacOS/japro/ && \
cd ../build/DESTDIR/prefix/JediAcademy/openjk.x86_64.app/Contents/MacOS/eternaljk/ && \
wget http://upsgaming.com/files/japro3.pk3 && \
cd ../../../ && \
tar czvf eternaljk-macos-"${arch}".tar.gz * && \
Expand All @@ -80,8 +80,8 @@ case "${host}" in
if [ -n "${deploy}" ]; then
( cd $(pwd)/assets && \
zip -r japro3ui-assets.pk3 * && \
mv japro3ui-assets.pk3 ../build/DESTDIR/prefix/JediAcademy/japro/ && \
cd ../build/DESTDIR/prefix/JediAcademy/japro && \
mv japro3ui-assets.pk3 ../build/DESTDIR/prefix/JediAcademy/eternaljk/ && \
cd ../build/DESTDIR/prefix/JediAcademy/eternaljk && \
wget http://upsgaming.com/files/japro3.pk3 && \
cd ../ && \
tar czvf eternaljk-linux-"${arch}".tar.gz * && \
Expand Down

0 comments on commit 1309c51

Please sign in to comment.