Skip to content

Commit

Permalink
ico icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddybi committed Feb 5, 2024
1 parent 9ff3577 commit 0f1c84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const config: ForgeConfig = {
{
name: '@electron-forge/maker-squirrel',
config: {
iconUrl: 'https://raw.githubusercontent.com/ceddybi/AIJ/master/src/assets/icon.png',
setupIcon: path.join(__dirname, '/src/assets/icon.png'),
iconUrl: 'https://raw.githubusercontent.com/ceddybi/AIJ/master/src/assets/icon.ico',
setupIcon: path.join(__dirname, '/src/assets/icon.ico'),
skipUpdateIcon: true,
}
}, new MakerZIP({}, ['darwin']), new MakerRpm({}),
Expand Down
Binary file added src/assets/icon.ico
Binary file not shown.

0 comments on commit 0f1c84f

Please sign in to comment.