Skip to content

Commit

Permalink
Add batch script to run launcher with console visible.
Browse files Browse the repository at this point in the history
Will make diagnosing issues easier, I hope.
  • Loading branch information
PJB3005 committed Dec 21, 2021
1 parent 6340bd4 commit 7ab2533
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SS14.Launcher.Bootstrap/console.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SETX DOTNET_ROOT "%CD%\dotnet"

dotnet\dotnet.exe bin\SS14.Launcher.dll

PAUSE
1 change: 1 addition & 0 deletions publish_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ mkdir -p bin/publish/Windows/dotnet

cp -r Dependencies/dotnet/windows/* bin/publish/Windows/dotnet
cp "SS14.Launcher.Bootstrap/bin/Release/net45/publish/Space Station 14 Launcher.exe" bin/publish/Windows
cp "SS14.Launcher.Bootstrap/console.bat" bin/publish/Windows
cp SS14.Launcher/bin/Release/net6.0/win-x64/publish/* bin/publish/Windows/bin
cp SS14.Loader/bin/Release/net6.0/win-x64/publish/* bin/publish/Windows/bin/loader

Expand Down

0 comments on commit 7ab2533

Please sign in to comment.