From 81198192bbffbd6033d64e9af59d5b24f2b182fd Mon Sep 17 00:00:00 2001 From: TC Date: Sat, 12 Dec 2020 22:28:30 +0100 Subject: [PATCH 1/3] Add new linux targets (deb, rpm) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ef7059a..357034f8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ }, "linux": { "icon": "assets/generated/icons/png", - "category": "AudioVideo" + "category": "AudioVideo", + "target": ["AppImage", "deb", "rpm"] } }, "scripts": { From 9b979b2273bf7efdf49bf6f4c22ca00d5732ff7b Mon Sep 17 00:00:00 2001 From: TC Date: Sat, 12 Dec 2020 22:28:38 +0100 Subject: [PATCH 2/3] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 357034f8..1bebd12c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "youtube-music", "productName": "YouTube Music", - "version": "1.7.4", + "version": "1.7.5", "description": "YouTube Music Desktop App - including custom plugins", "license": "MIT", "repository": "th-ch/youtube-music", From a47c5144ac622be59bf7d9fcb00b1e816716cdff Mon Sep 17 00:00:00 2001 From: TC Date: Sat, 12 Dec 2020 22:37:04 +0100 Subject: [PATCH 3/3] Additional linux targets --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bebd12c..21de8721 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "linux": { "icon": "assets/generated/icons/png", "category": "AudioVideo", - "target": ["AppImage", "deb", "rpm"] + "target": ["AppImage", "snap", "freebsd", "deb", "rpm"] } }, "scripts": {