my update script now also adds in the current script files to the .jar. (for archive / offline use)

This commit is contained in:
Morlok8k 2012-06-05 03:26:40 -07:00
parent 5aef10d41b
commit 31703e98b1

View File

@ -1,9 +1,10 @@
#!/bin/sh
## Minecraft Land Generator - GitHub Update Script
## Morlok8k - Updated 5/31/2012
## Morlok8k - Updated 6/5/2012
zip -r ./bin/MinecraftLandGenerator.jar ./src/
zip -r ./bin/MinecraftLandGenerator.jar ./scripts/
cd ./bin/
chmod a+x ./MinecraftLandGenerator.jar