diff options
author | Zach Brown <[email protected]> | 2016-02-05 03:58:20 -0600 |
---|---|---|
committer | Zach Brown <[email protected]> | 2016-02-05 03:58:20 -0600 |
commit | d9169df994e7bd86decc020bc8a2f6d80c7931e9 (patch) | |
tree | 997bfa73c5c6f58aaf079a3eea054076f83f7a59 | |
parent | 83b700618b2006ab6f779a5752c12bc682a2692c (diff) | |
download | Paper-d9169df994e7bd86decc020bc8a2f6d80c7931e9.tar.gz Paper-d9169df994e7bd86decc020bc8a2f6d80c7931e9.zip |
Build Scripts: Be a little more explicit in paperclip.sh
-rwxr-xr-x | paperclip.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paperclip.sh b/paperclip.sh index 5cf1433467..7d720f9eaf 100755 --- a/paperclip.sh +++ b/paperclip.sh @@ -1,11 +1,11 @@ #!/usr/bin/env bash -cp ./PaperSpigot-Server/target/paperspigot*.jar ./Paperclip/paperspigot-1.8.8.jar +cp ./PaperSpigot-Server/target/paperspigot*-SNAPSHOT.jar ./Paperclip/paperspigot-1.8.8.jar cp ./work/1.8.8/1.8.8.jar ./Paperclip/minecraft_server.1.8.8.jar cd ./Paperclip mvn clean package cd .. -cp ./Paperclip/target/paperclip*.jar ./Paperclip.jar +cp ./Paperclip/target/paperclip*-SNAPSHOT.jar ./Paperclip.jar echo "" echo "" |