Make runtime self contained

This commit is contained in:
Victor Tran 2022-04-27 12:24:37 +10:00 committed by GitHub
parent de6b9f8656
commit f6e7f1d192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ RESOURCES_BUNDLE=$APP_BUNDLE/Contents/Resources
rm -rf $APP_BUNDLE || true
pushd FRESHMusicPlayer/FRESHMusicPlayer-Avalonia
dotnet publish -r osx-$BUILD_ARCH
dotnet publish -r osx-$BUILD_ARCH --self-contained
popd
mkdir -p $APP_BUNDLE/Contents/MacOS