mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Merge remote-tracking branch 'upstream/master' into 31Release
This commit is contained in:
+1
-2
@@ -4,7 +4,6 @@ $src = "$bf\TGInstallerWrapper\bin\Release"
|
||||
Remove-Item "$src\Microsoft.Deployment.WindowsInstaller.xml"
|
||||
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"
|
||||
|
||||
@@ -20,7 +19,7 @@ $src2 = $Env:APPVEYOR_BUILD_FOLDER + "\ClientApps"
|
||||
[system.io.directory]::CreateDirectory($src2)
|
||||
Copy-Item "$bf\TGCommandLine\bin\Release\TGCommandLine.exe" "$src2\TGCommandLine.exe"
|
||||
Copy-Item "$bf\TGControlPanel\bin\Release\TGControlPanel.exe" "$src2\TGControlPanel.exe"
|
||||
Copy-Item "$bf\TGServiceInterface\bin\Release\TGServiceInterface.dll" "$src2\TGServiceInterface.dll"
|
||||
Copy-Item "$bf\TGServiceInterface\bin\x86\Release\TGServiceInterface.dll" "$src2\TGServiceInterface.dll"
|
||||
|
||||
$dest2 = "$bf\TGS3-Client.zip"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user