Fixes arm64 build to universal package

Fixes an issue that arm64 builds are flagged as "damaged" by macOS due to lack of signature, using universal builds fixes the package and runs on native instructions.
This commit is contained in:
Marconi Filho
2024-08-04 19:08:19 -03:00
committed by GitHub
parent 097d764858
commit 0741e92e7b

View File

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