mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
Fix macOS CI
This commit is contained in:
parent
b47c18c3f3
commit
a8f67b4a38
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd ..
|
||||
|
||||
APP_BUNDLE=Distribution/FRESHMusicPlayer.app
|
||||
|
@ -8,7 +10,7 @@ RESOURCES_BUNDLE=$APP_BUNDLE/Contents/Resources
|
|||
rm -rf $APP_BUNDLE || true
|
||||
|
||||
pushd FRESHMusicPlayer/FRESHMusicPlayer-Avalonia
|
||||
dotnet publish -r osx-$BUILD_ARC}
|
||||
dotnet publish -r osx-$BUILD_ARCH
|
||||
popd
|
||||
|
||||
mkdir -p $APP_BUNDLE/Contents/MacOS
|
||||
|
|
Loading…
Reference in a new issue