You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: game_clean/create_clean.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ mkdir -p $clean_folder/bin
12
12
mkdir -p $clean_folder/tf/bin
13
13
mkdir -p $clean_folder/tf/custom
14
14
cp -f *.bat $clean_folder
15
-
cp -f *.dll $clean_folder
15
+
cp -f *.dll $clean_folder/bin
16
16
cp -rf tc2/ $clean_folder/tf/custom
17
17
18
18
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