Skip to content

Commit

Permalink
Remove krafix things from the get_dlc script
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Oct 4, 2023
1 parent dc49ed6 commit bff01a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion get_dlc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash

git -C `dirname "$0"` submodule update --init
git -C `dirname "$0"`/RuntimeShaderCompilation submodule update --init --recursive
bash `dirname "$0"`/Kinc/get_dlc
1 change: 0 additions & 1 deletion get_dlc.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
@git -C %~dp0 submodule update --init
@git -C %~dp0\RuntimeShaderCompilation submodule update --init --recursive
@call %~dp0\Kinc\get_dlc.bat

0 comments on commit bff01a6

Please sign in to comment.