mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
add arm64 to list of build targets for MacOS
This commit is contained in:
parent
59789d0a10
commit
afd763c413
1 changed files with 7 additions and 0 deletions
|
|
@ -51,6 +51,13 @@
|
|||
"rfc3161TimeStampServer": "http://timestamp.comodoca.com"
|
||||
},
|
||||
"mac": {
|
||||
"target": {
|
||||
"target": "default",
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
},
|
||||
"category": "public.app-category.developer-tools",
|
||||
"extendInfo": {
|
||||
"CFBundleDocumentTypes": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue