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:
parent
07932fc22d
commit
6d8c698220
@ -4,5 +4,5 @@ lib/*.so
|
||||
lib/*.jnilib
|
||||
sprites
|
||||
backgrounds
|
||||
runGame
|
||||
runGame.*
|
||||
maps
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
jinput-2.0.9.jar
BIN
jinput-2.0.9.jar
Binary file not shown.
1
manifest
1
manifest
@ -2,3 +2,4 @@ Main-Class: sig.RabiClone
|
||||
Main-Class: sig.RabiClone
|
||||
Main-Class: sig.RabiClone
|
||||
Main-Class: sig.RabiClone
|
||||
Main-Class: sig.RabiClone
|
||||
|
||||
2
runGame.command
Executable file
2
runGame.command
Executable file
@ -0,0 +1,2 @@
|
||||
cd bin
|
||||
java -jar RabiClone.jar
|
||||
2
runGame.ps1
Executable file
2
runGame.ps1
Executable file
@ -0,0 +1,2 @@
|
||||
cd bin
|
||||
java -jar RabiClone.jar
|
||||
2
runGame.sh
Executable file
2
runGame.sh
Executable file
@ -0,0 +1,2 @@
|
||||
cd bin
|
||||
java -jar RabiClone.jar
|
||||
@ -1,4 +1,4 @@
|
||||
define.sh:cf246587e7509edd9283cb8e8e4b26cf -
|
||||
main.sh:d3d1bd0b56d8114eb7479964227f8576 -
|
||||
search.sh:722ebea1642286235eb6ac18351b3408 -
|
||||
search.sh:81d08f5ff48e8a44b5f68387d426da05 -
|
||||
.updateDirectories:0ede00461e947494545e694040787b3f -
|
||||
|
||||
@ -38,7 +38,7 @@ function check() {
|
||||
IFS=':' read -ra split <<< $line
|
||||
g="${split[0]}"
|
||||
echo "LINE -- $g"
|
||||
if [ "$g" != "md5" ] && [ "$g" != "filelist" ]; then
|
||||
if [ "$g" != "md5" ] && [ "$g" != "filelist" ] && [ "$g" != ".package.files" ]; then
|
||||
if [ -f $1$g ];
|
||||
then
|
||||
if [ "$g" != ".coauthors" ] && [ "$g" != "version_info" ]; then
|
||||
@ -72,7 +72,7 @@ function check() {
|
||||
IFS=':' read -ra split <<< $line
|
||||
g="${split[0]}"
|
||||
echo "LINE -- $g"
|
||||
if [ "$g" != "md5" ] && [ "$g" != "filelist" ]; then
|
||||
if [ "$g" != "md5" ] && [ "$g" != "filelist" ] && [ "$g" != ".package.files" ]; then
|
||||
if [ -f $1$g ];
|
||||
then
|
||||
if [ "$g" != ".coauthors" ] && [ "$g" != "version_info" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user