Fix: update macOS x64 identifier to x86_64 in surfer.json

This commit is contained in:
mr. M
2024-11-28 10:46:31 +01:00
parent d1ecbc3f61
commit 5ffb33b375

View File

@@ -26,7 +26,7 @@
"windows": "windows.mar",
"macos-aarch64": "macos-aarch64.mar",
"linux": "linux.mar",
"macos-x64": "macos-x64.mar",
"macos-x64": "macos-x86_64.mar",
"windows-compat": "windows-generic.mar",
"linux-compat": "linux-generic.mar"
}