From 15d81c187642c56a0a5118776fa117eb6701e178 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 30 Jul 2019 12:57:08 +0200 Subject: [PATCH] Fix build scripts. --- BuildFiles/Windows/run_me.bat | 2 +- Content.IntegrationTests/Content.IntegrationTests.csproj | 2 +- SS14.Launcher/SS14.Launcher.csproj | 5 +++++ Tools/package_release_build.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/BuildFiles/Windows/run_me.bat b/BuildFiles/Windows/run_me.bat index 83d3eb16b1..9b35a18cbe 100644 --- a/BuildFiles/Windows/run_me.bat +++ b/BuildFiles/Windows/run_me.bat @@ -1 +1 @@ -call bin/SS14.Launcher.exe +call bin\SS14.Launcher.exe diff --git a/Content.IntegrationTests/Content.IntegrationTests.csproj b/Content.IntegrationTests/Content.IntegrationTests.csproj index 368600ff66..77e30e5314 100644 --- a/Content.IntegrationTests/Content.IntegrationTests.csproj +++ b/Content.IntegrationTests/Content.IntegrationTests.csproj @@ -28,5 +28,5 @@ ..\RobustToolbox\Tools\ - + diff --git a/SS14.Launcher/SS14.Launcher.csproj b/SS14.Launcher/SS14.Launcher.csproj index 6198b6196b..408c7bcc82 100644 --- a/SS14.Launcher/SS14.Launcher.csproj +++ b/SS14.Launcher/SS14.Launcher.csproj @@ -21,4 +21,9 @@ + + + ..\RobustToolbox\Tools\ + + diff --git a/Tools/package_release_build.py b/Tools/package_release_build.py index e73c9e7cbc..d0b3d3e6c3 100755 --- a/Tools/package_release_build.py +++ b/Tools/package_release_build.py @@ -76,7 +76,7 @@ def main(): build_windows() if "linux" in platforms: - #wipe_bin() + wipe_bin() build_linux() if "mac" in platforms: