mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 19:43:58 +00:00
artifact name
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user