my update script now also adds in the current script files to the .jar. (for archive / offline use)
This commit is contained in:
parent
5aef10d41b
commit
31703e98b1
@ -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
|
||||
|
Reference in New Issue
Block a user