Explorar el Código

added bundle build script

Kajetan Johannes Hammerle hace 5 años
padre
commit
5f632a165c
Se han modificado 2 ficheros con 9 adiciones y 0 borrados
  1. 1 0
      .gitignore
  2. 8 0
      build_bundle.sh

+ 1 - 0
.gitignore

@@ -4,3 +4,4 @@
 /test
 /test
 build.xml
 build.xml
 .idea/
 .idea/
+/bundle

+ 8 - 0
build_bundle.sh

@@ -0,0 +1,8 @@
+ant
+rm -R bundle
+mkdir bundle
+cp -r levels/ bundle/
+cp -r sounds/ bundle/
+cp -r resources/ bundle/
+cp dist/SuperSnuvi.jar bundle/
+cp -r lib/ bundle/