We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd3a69 commit 24ade5bCopy full SHA for 24ade5b
1 file changed
package.json
@@ -77,7 +77,20 @@
77
"icon": "assets/icon.icns"
78
},
79
"linux": {
80
- "target": "AppImage",
+ "target": [
81
+ {
82
+ "target": "AppImage",
83
+ "arch": ["x64", "arm64", "armv7l"]
84
+ },
85
86
+ "target": "deb",
87
88
89
90
+ "target": "tar.gz",
91
92
+ }
93
+ ],
94
"icon": "assets/icon.png"
95
}
96
0 commit comments