Skip to content

Commit

Permalink
testing silicon mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Layendan committed Jan 5, 2024
1 parent 3e35653 commit 1b420b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, windows-latest]
platform: [macos-latest, windows-latest, macos-latest-large]

runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -65,6 +65,13 @@ jobs:
curl -L https://evermeet.cx/ffmpeg/get/zip -o ffmpeg.zip
unzip ffmpeg.zip -d src-tauri/bin/
mv src-tauri/bin/ffmpeg src-tauri/bin/ffmpeg-x86_64-apple-darwin
- name: Download FFmpeg (osx-aarch64)
if: matrix.platform == 'macos-latest-large'
run: |
curl -L https://evermeet.cx/ffmpeg/get/zip -o ffmpeg.zip
unzip ffmpeg.zip -d src-tauri/bin/
mv src-tauri/bin/ffmpeg src-tauri/bin/ffmpeg-aarch64-apple-darwin
- name: Download FFmpeg (windows)
if: matrix.platform == 'windows-latest'
Expand All @@ -84,3 +91,4 @@ jobs:
releaseBody: 'See the assets to download this version and install.'
releaseDraft: false
prerelease: false
updaterJsonPreferNsis: true
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Layendanimator",
"version": "0.1.49"
"version": "0.1.50"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.macos.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Layendanimator",
"version": "0.1.49"
"version": "0.1.50"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.windows.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Layendanimator",
"version": "0.1.49"
"version": "0.1.50"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 1b420b0

Please sign in to comment.