From 2bf717a2eb1830ac7e53fcf9b000b4c494a5d281 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Thu, 5 Sep 2024 10:10:35 +0200 Subject: [PATCH] changed publish syntax --- app/package.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/app/package.json b/app/package.json index 6976f9c05..03f7beb9e 100644 --- a/app/package.json +++ b/app/package.json @@ -28,7 +28,11 @@ "entitlements": "entitlements.mac.plist", "entitlementsInherit": "entitlements.mac.plist", "publish": [ - "github" + { + "provider": "github", + "owner": "dbgate", + "repo": "dbgate" + } ], "target": { "target": "default", @@ -56,7 +60,11 @@ "category": "Development", "synopsis": "Database manager for SQL Server, MySQL, PostgreSQL, MongoDB and SQLite", "publish": [ - "github" + { + "provider": "github", + "owner": "dbgate", + "repo": "dbgate" + } ] }, "appImage": { @@ -91,7 +99,11 @@ ], "icon": "icon.ico", "publish": [ - "github" + { + "provider": "github", + "owner": "dbgate", + "repo": "dbgate" + } ] }, "files": [