mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Updated startClient.command to refer to the current project version instead of the static value of 0.8
This commit is contained in:
parent
10e1469cfd
commit
8c23757260
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
cd "`dirname "$0"`"
|
||||
|
||||
java -jar ./lib/Mage-Client-0.8.jar -Xms256M -Xmx1024M &
|
||||
java -jar ./lib/Mage-Client-${project.version}.jar -Xms256M -Xmx1024M &
|
||||
Loading…
Add table
Add a link
Reference in a new issue