File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717DOTNET_RUNTIME_DOWNLOADS = {
1818 PLATFORM_LINUX : "https://download.visualstudio.microsoft.com/download/pr/282bb881-c2ae-4250-b814-b362745073bd/6e15021d23f704c0d457c820a69a3de6/dotnet-runtime-9.0.0-linux-x64.tar.gz" ,
1919 PLATFORM_WINDOWS : "https://download.visualstudio.microsoft.com/download/pr/fed1ee33-4574-4d89-85b5-3b8d7762b56a/432725cb9d6d235424768defea5ce6ee/dotnet-runtime-9.0.0-win-x64.zip" ,
20- PLATFORM_MACOS : "https://builds.dotnet .microsoft.com/dotnet/Runtime/9.0.0/ dotnet-runtime-9.0.0-osx-arm64 .tar.gz"
20+ PLATFORM_MACOS : "https://download.visualstudio .microsoft.com/download/pr/4be484a1-a095-48cf-8407-cae1d3dcc944/9f373dc1d85022e004df3ac1071ace59/ dotnet-runtime-9.0.0-osx-x64 .tar.gz"
2121}
2222
2323p = os .path .join
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ cd "$(dirname "$0")"
88rm -r ** /bin bin/publish/macOS
99rm SS14.Launcher_macOS.zip
1010
11- dotnet publish SS14.Launcher/SS14.Launcher.csproj /p:FullRelease=True -c Release --no-self-contained -r osx-arm64 /nologo /p:RobustILLink=true
12- dotnet publish SS14.Loader/SS14.Loader.csproj -c Release --no-self-contained -r osx-arm64 /nologo
11+ dotnet publish SS14.Launcher/SS14.Launcher.csproj /p:FullRelease=True -c Release --no-self-contained -r osx-x64 /nologo /p:RobustILLink=true
12+ dotnet publish SS14.Loader/SS14.Loader.csproj -c Release --no-self-contained -r osx-x64 /nologo
1313
1414# Create intermediate directories.
1515mkdir -p bin/publish/macOS
@@ -21,8 +21,8 @@ mkdir -p "bin/publish/macOS/SimpleStation14 Launcher.app/Contents/Resources/bin/
2121mkdir -p " bin/publish/macOS/SimpleStation14 Launcher.app/Contents/Resources/bin/loader/SimpleStation14.app/Contents/Resources/bin/"
2222
2323cp -r Dependencies/dotnet/mac/* " bin/publish/macOS/SimpleStation14 Launcher.app/Contents/Resources/dotnet/"
24- cp -r SS14.Launcher/bin/Release/net9.0/osx-arm64 /publish/* " bin/publish/macOS/SimpleStation14 Launcher.app/Contents/Resources/bin/"
25- cp -r SS14.Loader/bin/Release/net9.0/osx-arm64 /publish/* " bin/publish/macOS/SimpleStation14 Launcher.app/Contents/Resources/bin/loader/SimpleStation14.app/Contents/Resources/bin/"
24+ cp -r SS14.Launcher/bin/Release/net9.0/osx-x64 /publish/* " bin/publish/macOS/SimpleStation14 Launcher.app/Contents/Resources/bin/"
25+ cp -r SS14.Loader/bin/Release/net9.0/osx-x64 /publish/* " bin/publish/macOS/SimpleStation14 Launcher.app/Contents/Resources/bin/loader/SimpleStation14.app/Contents/Resources/bin/"
2626pushd bin/publish/macOS
2727zip -r ../../../SS14.Launcher_macOS.zip *
2828popd
You can’t perform that action at this time.
0 commit comments