From 7cd6db8d0c10b565489fe43f2d455bacd4433393 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 30 Mar 2015 21:57:33 -0600 Subject: [PATCH] $10 says we don't need postbuild.bat --- TShockAPI/postbuild.bat | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 TShockAPI/postbuild.bat diff --git a/TShockAPI/postbuild.bat b/TShockAPI/postbuild.bat deleted file mode 100644 index 1ecae508..00000000 --- a/TShockAPI/postbuild.bat +++ /dev/null @@ -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 \ No newline at end of file