$10 says we don't need postbuild.bat

This commit is contained in:
Lucas Nicodemus 2015-03-30 21:57:33 -06:00
parent 3821d67359
commit 7cd6db8d0c

View file

@ -1,11 +0,0 @@
set pluginspath=C:\Program Files (x86)\Steam\steamapps\common\terraria\serverplugins\
IF NOT EXIST "%pluginspath%" GOTO SkipCopy
attrib -r "%pluginspath%TShockAPI.dll"
attrib -r "%pluginspath%TShockAPI.pdb"
copy "TShockAPI.dll" "%pluginspath%"
copy "TShockAPI.pdb" "%pluginspath%"
echo Files copied
GOTO end
:SkipCopy
echo Skipped copying files
:end