Include a run script for all operating systems.

Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com>
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
Nic0Nic0Nii 2022-06-06 16:05:13 +00:00
parent 07932fc22d
commit 6d8c698220
12 changed files with 11 additions and 5 deletions

View File

@ -4,5 +4,5 @@ lib/*.so
lib/*.jnilib lib/*.jnilib
sprites sprites
backgrounds backgrounds
runGame runGame.*
maps maps

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,3 +2,4 @@ Main-Class: sig.RabiClone
Main-Class: sig.RabiClone Main-Class: sig.RabiClone
Main-Class: sig.RabiClone Main-Class: sig.RabiClone
Main-Class: sig.RabiClone Main-Class: sig.RabiClone
Main-Class: sig.RabiClone

View File

@ -1 +0,0 @@
java -jar bin/RabiClone.jar

2
runGame.command Executable file
View File

@ -0,0 +1,2 @@
cd bin
java -jar RabiClone.jar

2
runGame.ps1 Executable file
View File

@ -0,0 +1,2 @@
cd bin
java -jar RabiClone.jar

2
runGame.sh Executable file
View File

@ -0,0 +1,2 @@
cd bin
java -jar RabiClone.jar

View File

@ -1,4 +1,4 @@
define.sh:cf246587e7509edd9283cb8e8e4b26cf - define.sh:cf246587e7509edd9283cb8e8e4b26cf -
main.sh:d3d1bd0b56d8114eb7479964227f8576 - main.sh:d3d1bd0b56d8114eb7479964227f8576 -
search.sh:722ebea1642286235eb6ac18351b3408 - search.sh:81d08f5ff48e8a44b5f68387d426da05 -
.updateDirectories:0ede00461e947494545e694040787b3f - .updateDirectories:0ede00461e947494545e694040787b3f -

View File

@ -38,7 +38,7 @@ function check() {
IFS=':' read -ra split <<< $line IFS=':' read -ra split <<< $line
g="${split[0]}" g="${split[0]}"
echo "LINE -- $g" echo "LINE -- $g"
if [ "$g" != "md5" ] && [ "$g" != "filelist" ]; then if [ "$g" != "md5" ] && [ "$g" != "filelist" ] && [ "$g" != ".package.files" ]; then
if [ -f $1$g ]; if [ -f $1$g ];
then then
if [ "$g" != ".coauthors" ] && [ "$g" != "version_info" ]; then if [ "$g" != ".coauthors" ] && [ "$g" != "version_info" ]; then
@ -72,7 +72,7 @@ function check() {
IFS=':' read -ra split <<< $line IFS=':' read -ra split <<< $line
g="${split[0]}" g="${split[0]}"
echo "LINE -- $g" echo "LINE -- $g"
if [ "$g" != "md5" ] && [ "$g" != "filelist" ]; then if [ "$g" != "md5" ] && [ "$g" != "filelist" ] && [ "$g" != ".package.files" ]; then
if [ -f $1$g ]; if [ -f $1$g ];
then then
if [ "$g" != ".coauthors" ] && [ "$g" != "version_info" ]; then if [ "$g" != ".coauthors" ] && [ "$g" != "version_info" ]; then