Skip to content

Commit f98b280

Browse files
committed
fix missing bin
1 parent f101803 commit f98b280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game_clean/copy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ declare -a EXES=(
3232
declare -a DLLS=(
3333
bin/$PLAT_DIR/vrad_dll
3434
bin/$PLAT_DIR/vvis_dll
35-
tc2/$PLAT_DIR/{client,server}
35+
tc2/bin/$PLAT_DIR/{client,server}
3636
)
3737

3838
declare -a DLLS_LIB=(

0 commit comments

Comments
 (0)