mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 08:13:57 +00:00
build zip for mac (for autoupgrade)
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user