changed publish syntax

This commit is contained in:
SPRINX0\prochazka
2024-09-05 10:10:35 +02:00
parent 9d47ea61c7
commit 2bf717a2eb

View File

@@ -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": [