Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5ffb33b

Browse files
committedNov 28, 2024
Fix: update macOS x64 identifier to x86_64 in surfer.json
1 parent d1ecbc3 commit 5ffb33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎surfer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"windows": "windows.mar",
2727
"macos-aarch64": "macos-aarch64.mar",
2828
"linux": "linux.mar",
29-
"macos-x64": "macos-x64.mar",
29+
"macos-x64": "macos-x86_64.mar",
3030
"windows-compat": "windows-generic.mar",
3131
"linux-compat": "linux-generic.mar"
3232
}

0 commit comments

Comments
 (0)
Please sign in to comment.