Skip to content

Commit

Permalink
build(electron-forge): set Windows icon url & macOS name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 12, 2022
1 parent 9b7dde8 commit 42cd7f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ module.exports = {
},
{
name: '@electron-forge/maker-dmg',
config: {
name: 'ClamAV Desktop',
},
platforms: ['darwin'],
},
{
name: '@electron-forge/maker-squirrel',
config: {
// exe: 'ClamAV Desktop',
iconUrl: 'https://raw.githubusercontent.com/ivangabriele/clamav-desktop/main/assets/icons/logo-clamav.ico',
setupIcon: './assets/icons/logo-clamav.png',
// setupIcon: './assets/images/logo-clamav.svg',
name: 'ClamAV.Desktop',
},
},
],
Expand Down

0 comments on commit 42cd7f1

Please sign in to comment.