deb
Create a package for Debian-based Linux distributions for your Electron app, using Electron Forge.
Requirements
Installation
npm install --save-dev @electron-forge/maker-debUsage
module.exports = {
makers: [
{
name: '@electron-forge/maker-deb',
config: {
options: {
maintainer: 'Joe Bloggs',
homepage: 'https://example.com'
}
}
}
]
};Debugging
Last updated
Was this helpful?