Skip to content

Commit 4272d9f

Browse files
committed
fix incorrect DLL locations
1 parent f22c996 commit 4272d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game_clean/create_clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkdir -p $clean_folder/bin
1212
mkdir -p $clean_folder/tf/bin
1313
mkdir -p $clean_folder/tf/custom
1414
cp -f *.bat $clean_folder
15-
cp -f *.dll $clean_folder
15+
cp -f *.dll $clean_folder/bin
1616
cp -rf tc2/ $clean_folder/tf/custom
1717

1818
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")

0 commit comments

Comments
 (0)