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: