Skip to content

Commit

Permalink
Merge pull request #232 from ko4life-net/koassets-1.1.1
Browse files Browse the repository at this point in the history
Update config.cmd to use fixed 1.1.1 version of ko-assets.
  • Loading branch information
stevewgr committed Jun 6, 2024
2 parents 541f410 + 225ea1f commit 79b73fc
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\assets 2> NUL
rmdir /s /q %CURRENT_PATH%src\vendor 2> NUL
rmdir /s /q %CURRENT_PATH%src\db 2> NUL

git clone --branch=master -c advice.detachedHead=false --depth=1 https://github.com/ko4life-net/ko-assets %CURRENT_PATH%src\assets
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.1 -c advice.detachedHead=false https://github.com/ko4life-net/ko-db %CURRENT_PATH%src\db

Expand Down

0 comments on commit 79b73fc

Please sign in to comment.