Compare commits

...

2 Commits

Author SHA1 Message Date
Alex
8ec6d3fd95 Merge branch 'amiayweb:main' into test-mac 2026-01-19 07:44:40 +07:00
sanasol
115e76e461 Update macOS build target architectures to include x64 and arm64 2026-01-19 01:44:11 +01:00

View File

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