Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>main
parent
faff399cf5
commit
7b2228e0d8
@ -0,0 +1,8 @@ |
|||||||
|
bin/RabiClone.jar |
||||||
|
lib/*.dll |
||||||
|
lib/*.so |
||||||
|
lib/*.jnilib |
||||||
|
sprites |
||||||
|
backgrounds |
||||||
|
runGame |
||||||
|
maps |
@ -1,5 +1,7 @@ |
|||||||
build.sh:22308eae5fd9c88aa16fef54cf03ae21 - |
build.sh:22308eae5fd9c88aa16fef54cf03ae21 - |
||||||
clean.sh:668a2f9b568c55f6a044a509315032f6 - |
clean.sh:668a2f9b568c55f6a044a509315032f6 - |
||||||
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 - |
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 - |
||||||
jar.sh:99c7520b5eb08be888ce3c91784e5462 - |
jar.sh:343cf505530401fb696296bc25a9b090 - |
||||||
|
.package.files:eed24f64ac45cb8d623f856368d666a4 - |
||||||
|
release.sh:b1b62203411b18d0fec1db3dc2e5a061 - |
||||||
update.sh:3be721658983183efa395984acd96b03 - |
update.sh:3be721658983183efa395984acd96b03 - |
||||||
|
@ -0,0 +1,14 @@ |
|||||||
|
#Creates a zip file containing all project contents. |
||||||
|
#Java |
||||||
|
source ${LANGUAGE}/scripts/version_info |
||||||
|
TARGET_FILE="${PROJECT_NAME}_${RELEASE_VERSION}.zip" |
||||||
|
FILES=$(cat ${LANGUAGE}/scripts/.package.files) |
||||||
|
echo "Creating Package $TARGET_FILE..." |
||||||
|
for f in $FILES |
||||||
|
do |
||||||
|
zip -ur $TARGET_FILE $f |
||||||
|
done |
||||||
|
echo "Complete!" |
||||||
|
echo "" |
||||||
|
echo "" |
||||||
|
echo "" |
@ -1,2 +1,3 @@ |
|||||||
export SOURCE_VERSION="8" |
export SOURCE_VERSION="8" |
||||||
export TARGET_VERSION="8" |
export TARGET_VERSION="8" |
||||||
|
export RELEASE_VERSION="0.0a" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +1,3 @@ |
|||||||
Main-Class: sig.RabiClone |
Main-Class: sig.RabiClone |
||||||
Main-Class: sig.RabiClone |
Main-Class: sig.RabiClone |
||||||
|
Main-Class: sig.RabiClone |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
define.sh:cf246587e7509edd9283cb8e8e4b26cf - |
define.sh:cf246587e7509edd9283cb8e8e4b26cf - |
||||||
main.sh:afdc55cbdd992bf2a7e21ed79a773d8f - |
main.sh:d3d1bd0b56d8114eb7479964227f8576 - |
||||||
search.sh:248d94cca6eeb92c384e9c49c9d0f4a9 - |
search.sh:248d94cca6eeb92c384e9c49c9d0f4a9 - |
||||||
.updateDirectories:0ede00461e947494545e694040787b3f - |
.updateDirectories:0ede00461e947494545e694040787b3f - |
||||||
|
Loading…
Reference in new issue