Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
Фикс сборки #2
Browse files Browse the repository at this point in the history
  • Loading branch information
sashok724 committed Dec 20, 2015
1 parent 15796d6 commit fd6e7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .idea/artifacts/Launcher.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ echo -n $(($(cat buildnumber | cut -d ',' -f 1)+1)), $(date +'%d.%m.%Y') > build

# Build Launcher.jar
echo 'Packing Launcher.jar binary'
zip -9 Launcher.jar buildnumber
pack200 -E9 -Htrue -mlatest -Uerror -r Launcher.jar
jarsigner -keystore build/sashok724.jks -storepass PSP1004 -sigfile LAUNCHER Launcher.jar sashok724 > /dev/null
pack200 Launcher.pack.gz Launcher.jar
Expand All @@ -17,7 +18,7 @@ jarsigner -keystore build/sashok724.jks -storepass PSP1004 -sigfile LAUNCHER Lau

# Build LaunchServer.jar
echo 'Packing LaunchServer.jar binary'
zip -9 LaunchServer.jar Launcher.pack.gz
zip -9 LaunchServer.jar Launcher.pack.gz buildnumber
pack200 -E9 -Htrue -mlatest -Uerror -r LaunchServer.jar
jarsigner -keystore build/sashok724.jks -storepass PSP1004 -sigfile LAUNCHER LaunchServer.jar sashok724 > /dev/null
rm Launcher.pack.gz

0 comments on commit fd6e7ef

Please sign in to comment.