Update linux build section due to new scoped name

This commit is contained in:
Nick Denry 2020-08-07 21:47:32 +03:00
parent 4111bb1050
commit 58c73e367f
1 changed files with 3 additions and 1 deletions

View File

@ -60,8 +60,10 @@
]
},
"linux": {
"artifactName": "converse_desktop-${version}_${arch}.${ext}",
"target": [
"deb"
"deb",
"tar.gz"
]
},
"win": {