mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2026-06-04 19:42:13 +00:00
9 lines
465 B
Batchfile
9 lines
465 B
Batchfile
git clone https://github.com/project-redbud/FunGame-Core
|
|
git clone https://github.com/project-redbud/FunGame-Server
|
|
git clone https://github.com/oshima-studios/OshimaGameModule
|
|
git clone https://github.com/project-redbud/SQLQueryExtension
|
|
ren "FunGame-Core" "FunGame.Core"
|
|
ren "FunGame-Server" "FunGame.Server"
|
|
if not exist "FunGame.Extension" mkdir "FunGame.Extension"
|
|
move "SQLQueryExtension" "FunGame.Extension\FunGame.SQLQueryExtension"
|
|
call "start-web-api.bat" |