Skip to content

Commit

Permalink
Fixate ko-db version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewgr committed Apr 30, 2024
1 parent 9f5593d commit c103122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rmdir /s /q %CURRENT_PATH%src\db 2> NUL

git clone --depth=1 https://github.com/ko4life-net/ko-assets %CURRENT_PATH%src\assets
git clone --depth=1 --branch=1.0.0 https://github.com/ko4life-net/ko-vendor %CURRENT_PATH%src\vendor
git clone https://github.com/ko4life-net/ko-db %CURRENT_PATH%src\db
git clone --branch=1.0.0 https://github.com/ko4life-net/ko-db %CURRENT_PATH%src\db

@REM src\All.sln

Expand Down

0 comments on commit c103122

Please sign in to comment.