Skip to content

Commit f22c996

Browse files
committed
fix incorrect locations
1 parent c66f376 commit f22c996

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

game_clean/create_clean.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ dev_folder=../../game
1010
mkdir -p $clean_folder
1111
mkdir -p $clean_folder/bin
1212
mkdir -p $clean_folder/tf/bin
13+
mkdir -p $clean_folder/tf/custom
1314
cp -f *.bat $clean_folder
1415
cp -f *.dll $clean_folder
15-
cp -rf tc2/ $clean_folder
16+
cp -rf tc2/ $clean_folder/tf/custom
1617

1718
declare -a files=("steam_appid.txt" "hl2.exe" "srcds.exe" "bin/engine.dll" "bin/GameUI.dll" "bin/replay.dll" "bin/launcher.dll" "bin/inputsystem.dll" "bin/MaterialSystem.dll" "bin/dedicated.dll" "bin/ServerBrowser.dll" "bin/shaderapidx9.dll" "bin/vguimatsurface.dll" "bin/stdshader_dx9.dll" "bin/vgui2.dll" "bin/datacache.dll" "bin/sourcevr.dll" "bin/StudioRender.dll" "bin/SoundEmitterSystem.dll" "bin/bsppack.dll" "bin/FileSystem_Stdio.dll" "bin/scenefilecache.dll" "bin/vstdlib.dll" "bin/tier0.dll" "tf/bin/client.dll" "tf/bin/server.dll")
1819
for F in "${files[@]}"; do

0 commit comments

Comments
 (0)