Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
Updates to the library deploy section of the scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Terminal-Access committed May 2, 2020
1 parent ea81081 commit ac68049
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions travii/make.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo ""
cho ""
echo "==================== Debug Info ==================="
echo " Cleaning up Directories "
echo "==================================================="
Expand All @@ -15,7 +15,7 @@ echo "Building Server version for forge build 1614"
./gradlew --parallel -PofficialBuild -PforgeBuildNumber='1614' clean setupCauldron installbundle
echo "Done!"
echo ""
echo "Moving all 1614 server jar's to the releace folder..."
echo "Moving 1614 server jar to the releace folder..."
cp build/distributions/Thermos*server.jar $HOME/release/
echo "Done!"
echo ""
Expand All @@ -26,7 +26,7 @@ echo ""
if [ ! -f $HOME/release/libraries.zip ]; then
echo "Building library zip archive..."
cd build/bundle/
rm -rf libraries/pw.prok/Thermos
rm -rf libraries/pw/prok/Thermos
zip -r libraries.zip libraries
echo "Done!"
echo ""
Expand All @@ -53,7 +53,7 @@ echo "Building Server version for forge build 1558"
./gradlew --parallel -PofficialBuild -PforgeBuildNumber='1558' clean setupCauldron jar
echo "Done!"
echo ""
echo "Moving all 1558 server jar's to the releace folder..."
echo "Moving 1558 server jar to the releace folder..."
cp build/distributions/Thermos*server.jar $HOME/release/
echo "Done!"
echo ""
Expand Down

0 comments on commit ac68049

Please sign in to comment.