Skip to content

Commit

Permalink
build: Icon for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Jul 30, 2020
1 parent 7e32d63 commit d86d40f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,15 @@ module.exports = {
},
{
name: '@electron-forge/maker-deb',
platforms: ['linux']
platforms: ['linux'],
options: {
maintainer: 'Felix Rieseberg',
homepage: 'https://github.com/felixrieseberg/macintosh.js',
categories: [
'Education',
],
icon: path.resolve(__dirname, 'assets', 'icon.png')
}
},
{
name: '@electron-forge/maker-rpm',
Expand Down

0 comments on commit d86d40f

Please sign in to comment.