mirror of
https://github.com/correl/mage.git
synced 2025-04-14 09:09:38 -09: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
Reference in a new issue