From a248bd7afb3db07664f67f3c7f54752c1a38bead Mon Sep 17 00:00:00 2001 From: Kaede Date: Fri, 24 Nov 2023 22:15:15 +0200 Subject: [PATCH] Prep for shipping --- Readme.md | 1 + publish_linux.sh | 1 + publish_osx.sh | 1 + publish_windows.sh | 1 + 4 files changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index b34ed37..b8ec580 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/publish_linux.sh b/publish_linux.sh index c2a97e0..e39ad09 100755 --- a/publish_linux.sh +++ b/publish_linux.sh @@ -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/ diff --git a/publish_osx.sh b/publish_osx.sh index f09c246..3070803 100755 --- a/publish_osx.sh +++ b/publish_osx.sh @@ -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/" diff --git a/publish_windows.sh b/publish_windows.sh index 58b5746..b8faae5 100755 --- a/publish_windows.sh +++ b/publish_windows.sh @@ -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