diff --git a/tools/deploy.sh b/tools/deploy.sh index 01c681cbfc..e06f9d26d7 100755 --- a/tools/deploy.sh +++ b/tools/deploy.sh @@ -36,5 +36,6 @@ cp *byond-extools.* $1/ || true #this regrettably doesn't work with windows find #find $1/_maps -name "*.dm" -type f -delete -#dlls on windows -cp *.dll $1/ || true +#dlls on windows. +cp rust_g* $1/ || true +cp *BSQL.* $1/ || true