We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe46106 commit 1b4b1d6Copy full SHA for 1b4b1d6
1 file changed
electron-builder.config.js
@@ -47,6 +47,7 @@ module.exports = {
47
target: [
48
{target: 'deb', arch: ['x64', 'arm64']},
49
{target: 'tar.gz', arch: ['x64', 'arm64']},
50
+ {target: 'AppImage', arch: ['x64', 'arm64']},
51
],
52
category: 'Network',
53
maintainer: "André Alves Garzia <andre@andregarzia.com>",
0 commit comments