mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
arm64 builds maybe?????
This commit is contained in:
parent
a8f67b4a38
commit
e7313d6864
2 changed files with 4 additions and 2 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macOS-latest]
|
os: [macOS-latest]
|
||||||
arch: [x64]
|
arch: [x64, arm64]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -18,3 +18,5 @@ cp -r "FRESHMusicPlayer/FRESHMusicPlayer-Avalonia/bin/Debug/net"*"/osx-$BUILD_AR
|
||||||
mkdir -p $RESOURCES_BUNDLE
|
mkdir -p $RESOURCES_BUNDLE
|
||||||
cp Distribution/icon.icns $RESOURCES_BUNDLE
|
cp Distribution/icon.icns $RESOURCES_BUNDLE
|
||||||
cp Distribution/Info.plist $APP_BUNDLE/Contents/
|
cp Distribution/Info.plist $APP_BUNDLE/Contents/
|
||||||
|
|
||||||
|
codesign --deep -s - $APP_BUNDLE
|
Loading…
Reference in a new issue