build: Icon for debian

This commit is contained in:
Felix Rieseberg 2020-07-30 11:58:54 -07:00
parent 7e32d63415
commit d86d40f90d
1 changed files with 9 additions and 1 deletions

View File

@ -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',