enable cross compilation

This commit is contained in:
2024-06-04 10:00:11 +02:00
parent 64da4164df
commit 4bcdf1071e
3 changed files with 29 additions and 13 deletions
-8
View File
@@ -12,14 +12,6 @@ module.exports = {
name: '@electron-forge/maker-zip',
platforms: ['darwin', 'linux'],
},
{
name: '@electron-forge/maker-deb',
config: {
options: {
icon: 'images/icon-512.png'
}
},
},
],
plugins: [
{