windows arguments are funky

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-07 14:01:57 +00:00
parent 2f35895dde
commit 83f35ac2f8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1,3 +1,3 @@
cd bin
java -Djava.library.path="../lib" -jar RabiClone.jar
java "-Djava.library.path=../lib" -jar RabiClone.jar
cd ..