explicit set artifact name

This commit is contained in:
Jan Prochazka
2021-01-07 10:41:32 +01:00
parent ae05d8e561
commit a539a7e4f8
2 changed files with 43 additions and 27 deletions

View File

@@ -17,6 +17,7 @@
"mac": {
"category": "database",
"icon": "icon512.png",
"artifactName": "dbgate-mac-${version}.${ext}",
"publish": [
"github"
]
@@ -27,6 +28,7 @@
"deb"
],
"icon": "icon.png",
"artifactName": "dbgate-linux-${version}.${ext}",
"category": "Development",
"synopsis": "Database administration tool for MS SQL, MySQL and PostgreSQL",
"publish": [
@@ -37,6 +39,7 @@
"target": [
"nsis"
],
"artifactName": "dbgate-windows-${version}.${ext}",
"icon": "icon.ico",
"publish": [
"github"