Skip to content

Commit

Permalink
feat: fix deb logo path issue
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jan 21, 2024
1 parent c68a6e6 commit 47223ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
packagerConfig: {
asar: true,
productName: 'DocKit',
icon: iconPath,
},
rebuildConfig: {},
makers: [
Expand All @@ -26,7 +27,7 @@ module.exports = {
{
name: '@electron-forge/maker-deb',
config: {
options: { maintainer: author, homepage, icon: iconPath },
options: { maintainer: author, homepage, icon: `${iconPath}.png` },
},
},
{
Expand Down

0 comments on commit 47223ca

Please sign in to comment.