tools tools tools!
This commit is contained in:
+6
-12
@@ -11,10 +11,8 @@ fi
|
||||
|
||||
mkdir -p \
|
||||
$1/_maps \
|
||||
$1/icons \
|
||||
$1/sound/chatter \
|
||||
$1/sound/voice/complionator \
|
||||
$1/sound/instruments \
|
||||
$1/icons/runtime \
|
||||
$1/sound/runtime \
|
||||
$1/strings
|
||||
|
||||
if [ -d ".git" ]; then
|
||||
@@ -24,18 +22,14 @@ fi
|
||||
|
||||
cp tgstation.dmb tgstation.rsc $1/
|
||||
cp -r _maps/* $1/_maps/
|
||||
cp icons/default_title.dmi $1/icons/
|
||||
cp -r sound/chatter/* $1/sound/chatter/
|
||||
cp -r sound/voice/complionator/* $1/sound/voice/complionator/
|
||||
cp -r sound/instruments/* $1/sound/instruments/
|
||||
cp -r icons/runtime/* $1/icons/runtime/
|
||||
cp -r sound/runtime/* $1/sound/runtime/
|
||||
cp -r strings/* $1/strings/
|
||||
cp *byond-extools.* $1/ || true
|
||||
|
||||
#remove .dm files from _maps
|
||||
|
||||
#this regrettably doesn't work with windows find
|
||||
#find $1/_maps -name "*.dm" -type f -delete
|
||||
|
||||
#dlls on windows.
|
||||
cp rust_g* $1/ || true
|
||||
cp *BSQL.* $1/ || true
|
||||
#dlls on windows
|
||||
cp *.dll $1/ || true
|
||||
|
||||
Reference in New Issue
Block a user