mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 21:26:00 +00:00
changed publish syntax
This commit is contained in:
@@ -28,7 +28,11 @@
|
|||||||
"entitlements": "entitlements.mac.plist",
|
"entitlements": "entitlements.mac.plist",
|
||||||
"entitlementsInherit": "entitlements.mac.plist",
|
"entitlementsInherit": "entitlements.mac.plist",
|
||||||
"publish": [
|
"publish": [
|
||||||
"github"
|
{
|
||||||
|
"provider": "github",
|
||||||
|
"owner": "dbgate",
|
||||||
|
"repo": "dbgate"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"target": {
|
"target": {
|
||||||
"target": "default",
|
"target": "default",
|
||||||
@@ -56,7 +60,11 @@
|
|||||||
"category": "Development",
|
"category": "Development",
|
||||||
"synopsis": "Database manager for SQL Server, MySQL, PostgreSQL, MongoDB and SQLite",
|
"synopsis": "Database manager for SQL Server, MySQL, PostgreSQL, MongoDB and SQLite",
|
||||||
"publish": [
|
"publish": [
|
||||||
"github"
|
{
|
||||||
|
"provider": "github",
|
||||||
|
"owner": "dbgate",
|
||||||
|
"repo": "dbgate"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"appImage": {
|
"appImage": {
|
||||||
@@ -91,7 +99,11 @@
|
|||||||
],
|
],
|
||||||
"icon": "icon.ico",
|
"icon": "icon.ico",
|
||||||
"publish": [
|
"publish": [
|
||||||
"github"
|
{
|
||||||
|
"provider": "github",
|
||||||
|
"owner": "dbgate",
|
||||||
|
"repo": "dbgate"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user