Skip to content

Commit

Permalink
feat: add app icon
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Jan 20, 2024
1 parent e2b5436 commit be58fdf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ module.exports = {
makers: [
{
name: '@electron-forge/maker-squirrel',
config: { authors: author, description, iconUrl: iconICO, setupIcon: iconICO },
config: {
authors: author,
description,
iconUrl: 'https://gitee.com/geek-fun/dockit/raw/master/public/dockit.png',
setupIcon: iconICO,
},
},
{
name: '@electron-forge/maker-dmg',
Expand Down

0 comments on commit be58fdf

Please sign in to comment.