mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
16 lines
No EOL
369 B
Batchfile
16 lines
No EOL
369 B
Batchfile
@echo off
|
|
:main
|
|
if not exist ..\src\modules\Eluna\.git goto eluna:
|
|
if not exist ..\src\tools\Extractor_projects\.git goto extractors:
|
|
goto endpoint:
|
|
|
|
:eluna
|
|
copy Patch_Easybuild_Mangos3.cmd ..\src\modules\Eluna\.git
|
|
goto main:
|
|
|
|
:extractors
|
|
mkdir ..\src\tools\Extractor_projects
|
|
copy Patch_Easybuild_Mangos3.cmd ..\src\tools\Extractor_projects\.git
|
|
goto main:
|
|
|
|
:endpoint |