fix: deb package

This commit is contained in:
xiaojunnuo
2021-08-17 02:24:30 -07:00
parent f507e755b2
commit 30e551444d
8 changed files with 37 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ module.exports = {
}
],
appId: 'dev-sidecar',
productName: 'DevSidecar',
productName: 'dev-sidecar',
// eslint-disable-next-line no-template-curly-in-string
artifactName: 'DevSidecar-${version}.${ext}',
copyright: 'Copyright © 2020-2021 Greper',
@@ -67,7 +67,7 @@ module.exports = {
linux: {
icon: './build/mac/',
target: [
'AppImage'
'deb'
]
},
publish: {