arm64 builds maybe?????

This commit is contained in:
Victor Tran 2022-04-27 12:01:16 +10:00 committed by GitHub
parent a8f67b4a38
commit e7313d6864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -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:

View file

@ -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