Skip to content

Commit 1b4b1d6

Browse files
committed
[ electron builder ] adding AppImage support.
1 parent fe46106 commit 1b4b1d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

electron-builder.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ module.exports = {
4747
target: [
4848
{target: 'deb', arch: ['x64', 'arm64']},
4949
{target: 'tar.gz', arch: ['x64', 'arm64']},
50+
{target: 'AppImage', arch: ['x64', 'arm64']},
5051
],
5152
category: 'Network',
5253
maintainer: "André Alves Garzia <andre@andregarzia.com>",

0 commit comments

Comments
 (0)