mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fixed mage client run script
This commit is contained in:
parent
ba243c6512
commit
91eb105795
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
java -Xmx1024m -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true ./lib/mage-client-${project.version}.jar &
|
java -Xmx1024m -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true .\lib\mage-client-${project.version}.jar &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue