Skip to content

Commit 0581b8d

Browse files
committed
mac intel erlease
1 parent 803138c commit 0581b8d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
artifact_name: guitar-pro-sync-macos-arm64
4040
ffmpeg_ext: ""
4141
sep: ":"
42+
- os: macos-15-intel
43+
artifact_name: guitar-pro-sync-macos-x86_64
44+
ffmpeg_ext: ""
45+
sep: ":"
4246
- os: windows-latest
4347
artifact_name: guitar-pro-sync-windows-x86_64
4448
ffmpeg_ext: ".exe"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ Pre-built executables are available:
1313
|----------|------|
1414
| Windows | `guitar-pro-sync-windows-x86_64.exe` |
1515
| macOS (Apple Silicon) | `guitar-pro-sync-macos-arm64.zip` |
16+
| macOS (Intel) | `guitar-pro-sync-macos-x86_64.zip` |
1617
| Linux | `guitar-pro-sync-linux-x86_64.zip` |
1718

18-
Download and extract, then run and follow the prompts. Everything (Python, yt-dlp, ffmpeg) is bundled inside the executable.
19+
Download and extract, then run and follow the prompts.
1920

2021
> **macOS:** You may see "Apple could not verify this app." Right-click the file, select **Open**, then click **Open** again to bypass Gatekeeper.
2122
>

0 commit comments

Comments
 (0)