Try it this way

This commit is contained in:
Cyberboss
2017-09-15 01:39:23 -04:00
parent f1ef7b909d
commit 58c02b704d
+1 -1
View File
@@ -6,7 +6,7 @@ Remove-Item "$src\TG Station Server Installer.exe.config"
Remove-Item "$src\TG Station Server Installer.pdb"
Remove-Item "$src\TGServiceInterface.pdb"
$destination = "bf\TGS3-Server.zip"
$destination = "$bf\TGS3-Server.zip"
If(Test-path $destination) {Remove-item $destination}