mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
Make runtime self contained
This commit is contained in:
parent
de6b9f8656
commit
f6e7f1d192
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue