Skip to content

Commit

Permalink
Add icon and background to the DMG (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
pameeela authored Feb 21, 2025
1 parent ec1045f commit a0af9ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ module.exports = {
},
{
name: '@electron-forge/maker-dmg',
config: {
background: 'background.png',
icon: 'icon.icns'
}
},
{
name: '@electron-forge/maker-deb',
Expand Down

0 comments on commit a0af9ac

Please sign in to comment.