You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
fix: deb package
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user