Update macOS build target architectures to include x64 and arm64

This commit is contained in:
sanasol
2026-01-19 01:44:11 +01:00
parent bc31f58c9c
commit 115e76e461

View File

@@ -97,7 +97,8 @@
{ {
"target": "dmg", "target": "dmg",
"arch": [ "arch": [
"universal" "x64",
"arm64"
] ]
}, },
{ {