build zip for mac (for autoupgrade)

This commit is contained in:
SPRINX0\prochazka
2025-02-14 13:55:47 +01:00
parent 7788806a8d
commit 6388129e27

View File

@@ -33,7 +33,8 @@
"repo": "dbgate" "repo": "dbgate"
} }
], ],
"target": { "target": [
{
"target": "default", "target": "default",
"arch": [ "arch": [
"universal", "universal",
@@ -41,6 +42,14 @@
"arm64" "arm64"
] ]
}, },
{
"target": "zip",
"arch": [
"x64",
"arm64"
]
}
],
"notarize": true "notarize": true
}, },
"linux": { "linux": {