From 31703e98b17ea0367086d0d35f9d758eb83d643b Mon Sep 17 00:00:00 2001 From: Morlok8k Date: Tue, 5 Jun 2012 03:26:40 -0700 Subject: [PATCH] my update script now also adds in the current script files to the .jar. (for archive / offline use) --- update_github.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update_github.sh b/update_github.sh index 37aa581..3a62696 100755 --- a/update_github.sh +++ b/update_github.sh @@ -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