From 58c02b704dbcd249eb342f01c6c367b95109e575 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Fri, 15 Sep 2017 01:33:45 -0400 Subject: [PATCH] Try it this way --- TGS3Release.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGS3Release.ps1 b/TGS3Release.ps1 index 881abab650..8aa52b4952 100644 --- a/TGS3Release.ps1 +++ b/TGS3Release.ps1 @@ -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}