$10 says we don't need postbuild.bat
This commit is contained in:
parent
3821d67359
commit
7cd6db8d0c
1 changed files with 0 additions and 11 deletions
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue