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>
main
Nic0Nic0Nii 3 years ago
parent 07932fc22d
commit 6d8c698220
  1. 2
      Java/scripts/.package.files
  2. BIN
      RabiClone_0.0a.zip
  3. BIN
      bin/RabiClone.jar
  4. BIN
      jinput-2.0.9-natives-all.jar
  5. BIN
      jinput-2.0.9.jar
  6. 1
      manifest
  7. 1
      runGame
  8. 2
      runGame.command
  9. 2
      runGame.ps1
  10. 2
      runGame.sh
  11. 2
      utils/md5
  12. 4
      utils/search.sh

@ -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.

Binary file not shown.

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

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

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

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

@ -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…
Cancel
Save