Skip to content

Commit ff71f29

Browse files
authored
Merge pull request #94 from th-ch/linux-deb-rpm
Add new Linux targets (deb, freebsd, rpm)
2 parents c03a08e + a47c514 commit ff71f29

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "youtube-music",
33
"productName": "YouTube Music",
4-
"version": "1.7.4",
4+
"version": "1.7.5",
55
"description": "YouTube Music Desktop App - including custom plugins",
66
"license": "MIT",
77
"repository": "th-ch/youtube-music",
@@ -22,7 +22,8 @@
2222
},
2323
"linux": {
2424
"icon": "assets/generated/icons/png",
25-
"category": "AudioVideo"
25+
"category": "AudioVideo",
26+
"target": ["AppImage", "snap", "freebsd", "deb", "rpm"]
2627
}
2728
},
2829
"scripts": {

0 commit comments

Comments
 (0)