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,14 +33,23 @@
"repo": "dbgate" "repo": "dbgate"
} }
], ],
"target": { "target": [
"target": "default", {
"arch": [ "target": "default",
"universal", "arch": [
"x64", "universal",
"arm64" "x64",
] "arm64"
}, ]
},
{
"target": "zip",
"arch": [
"x64",
"arm64"
]
}
],
"notarize": true "notarize": true
}, },
"linux": { "linux": {