Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Prep for shipping
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed Nov 24, 2023
1 parent 7204778 commit a248bd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Space Station 14 launcher with client-side modding/patching support.

* **Integration with the Harmony patching library.**
* * Full functionality regarding methods in client/shared content/engine assemblies.
* * Sideloading custom code using [Subverter](https://github.com/Subversionary/Subverter)
* * Win/Mac/Linux support
* * No injectors used, entirely based on reflection
* Enabled multiaccount
Expand Down
1 change: 1 addition & 0 deletions publish_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dotnet publish SS14.Loader/SS14.Loader.csproj -c Release --no-self-contained -r
mkdir -p bin/publish/Linux/bin
mkdir -p bin/publish/Linux/bin/loader
mkdir -p bin/publish/Linux/Marsey/Enabled
mkdir -p bin/publish/Linux/Subversion
mkdir -p bin/publish/Linux/dotnet

cp PublishFiles/SS14.Launcher PublishFiles/SS14.desktop bin/publish/Linux/
Expand Down
1 change: 1 addition & 0 deletions publish_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cp -r "PublishFiles/Space Station 14 Launcher.app" bin/publish/macOS

mkdir -p "bin/publish/macOS/Space Station 14 Launcher.app/Contents/Resources/dotnet/"
mkdir -p "bin/publish/macOS/Space Station 14 Launcher.app/Contents/Resources/bin/"
mkdir -p "bin/publish/macOS/Space Station 14 Launcher.app/Contents/Resources/Subversion"
mkdir -p "bin/publish/macOS/Space Station 14 Launcher.app/Contents/Resources/Marsey/Enabled"
mkdir -p "bin/publish/macOS/Space Station 14 Launcher.app/Contents/Resources/bin/loader/Space Station 14.app/Contents/Resources/bin/"

Expand Down
1 change: 1 addition & 0 deletions publish_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mkdir -p bin/publish/Windows/bin
mkdir -p bin/publish/Windows/bin/loader
mkdir -p bin/publish/Windows/dotnet
mkdir -p bin/publish/Windows/Marsey/Enabled
mkdir -p bin/publish/Windows/Subversion

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
Expand Down

0 comments on commit a248bd7

Please sign in to comment.