Skip to content

Commit

Permalink
Update config.cmd script to fetch submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewgr committed Jun 10, 2024
1 parent ec4134e commit 30df385
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ if ERRORLEVEL 1 (
exit 1
)

rmdir /s /q %CURRENT_PATH%src\assets 2> NUL
rmdir /s /q %CURRENT_PATH%src\vendor 2> NUL
rmdir /s /q %CURRENT_PATH%src\db 2> NUL

git clone --branch=1.1.1 -c advice.detachedHead=false --depth=1 https://github.com/ko4life-net/ko-assets %CURRENT_PATH%src\assets
git clone --branch=1.1.0 -c advice.detachedHead=false --depth=1 https://github.com/ko4life-net/ko-vendor %CURRENT_PATH%src\vendor
git clone --branch=1.1.2 -c advice.detachedHead=false https://github.com/ko4life-net/ko-db %CURRENT_PATH%src\db
git submodule update --init --recursive

@REM src\All.sln

Expand Down

0 comments on commit 30df385

Please sign in to comment.