1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-24 17:00:10 -09:00

fix paths

This commit is contained in:
Loki 2012-12-28 13:33:15 +13:00
parent aa31ef23d3
commit 719424382d

View file

@ -1,5 +1,5 @@
@ECHO OFF @ECHO OFF
cd ./client cd ./mage-client
call startClient call startClient
cd ../server cd ../mage-server
call startServer call startServer