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