artifact name

This commit is contained in:
Jan Prochazka
2021-05-22 10:29:50 +02:00
parent db9133af51
commit 3f7caa6078

View File

@@ -16,11 +16,11 @@
"url": "https://github.com/dbgate/dbgate.git" "url": "https://github.com/dbgate/dbgate.git"
}, },
"build": { "build": {
"artifactName": "${productName}-${version}-${os}_${arch}.${ext}",
"appId": "org.dbgate", "appId": "org.dbgate",
"mac": { "mac": {
"category": "database", "category": "database",
"icon": "icon512.png", "icon": "icon512.png",
"artifactName": "dbgate-mac-${version}.${ext}",
"publish": [ "publish": [
"github" "github"
], ],
@@ -43,7 +43,6 @@
} }
], ],
"icon": "icon.png", "icon": "icon.png",
"artifactName": "dbgate-linux-${version}.${ext}",
"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": [
@@ -51,7 +50,6 @@
] ]
}, },
"appImage": { "appImage": {
"artifactName": "${productName}-${version}-${os}_${arch}.${ext}",
"license": "./LICENSE", "license": "./LICENSE",
"category": "Development" "category": "Development"
}, },
@@ -69,7 +67,6 @@
"nsis", "nsis",
"zip" "zip"
], ],
"artifactName": "dbgate-windows-${version}.${ext}",
"icon": "icon.ico", "icon": "icon.ico",
"publish": [ "publish": [
"github" "github"