Skip to content

Commit 8119819

Browse files
committed
Add new linux targets (deb, rpm)
1 parent c03a08e commit 8119819

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"linux": {
2424
"icon": "assets/generated/icons/png",
25-
"category": "AudioVideo"
25+
"category": "AudioVideo",
26+
"target": ["AppImage", "deb", "rpm"]
2627
}
2728
},
2829
"scripts": {

0 commit comments

Comments
 (0)