Skip to content

Commit b668730

Browse files
committed
Bump version to 3.6.1
1 parent 7e07a44 commit b668730

File tree

1 file changed

+44
-10
lines changed

1 file changed

+44
-10
lines changed

package.json

+44-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "youtube-music",
33
"productName": "YouTube Music",
4-
"version": "3.6.0",
4+
"version": "3.6.1",
55
"description": "YouTube Music Desktop App - including custom plugins",
66
"main": "./dist/main/index.js",
77
"license": "MIT",
@@ -40,7 +40,8 @@
4040
]
4141
}
4242
],
43-
"icon": "assets/generated/icons/mac/icon.icns"
43+
"icon": "assets/generated/icons/mac/icon.icns",
44+
"compression": "maximum"
4445
},
4546
"win": {
4647
"icon": "assets/generated/icons/win/icon.ico",
@@ -61,7 +62,8 @@
6162
"arm64"
6263
]
6364
}
64-
]
65+
],
66+
"compression": "maximum"
6567
},
6668
"nsisWeb": {
6769
"runAfterFinish": false
@@ -70,12 +72,44 @@
7072
"icon": "assets/generated/icons/png",
7173
"category": "AudioVideo",
7274
"target": [
73-
"AppImage",
74-
"snap",
75-
"freebsd",
76-
"deb",
77-
"rpm"
78-
]
75+
{
76+
"target": "AppImage",
77+
"description": "YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)",
78+
"category": "AudioVideo",
79+
"arch": ["x64", "ia32", "arm64", "armv7l"]
80+
},
81+
{
82+
"target": "flatpak",
83+
"description": "YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)",
84+
"category": "AudioVideo",
85+
"arch": ["x64", "ia32", "arm64", "armv7l"]
86+
},
87+
{
88+
"target": "deb",
89+
"arch": ["x64", "ia32", "arm64", "armv7l"]
90+
},
91+
{
92+
"target": "rpm",
93+
"arch": ["x64", "arm64"]
94+
},
95+
{
96+
"target": "snap",
97+
"arch": ["x64", "ia32", "arm64", "armv7l"]
98+
},
99+
{
100+
"target": "freebsd",
101+
"arch": ["x64", "ia32", "arm64", "armv7l"]
102+
},
103+
{
104+
"target": "pacman",
105+
"arch": ["x64", "ia32", "arm64", "armv7l"]
106+
},
107+
{
108+
"target": "tar.gz",
109+
"arch": ["x64", "ia32", "arm64", "armv7l"]
110+
}
111+
],
112+
"compression": "maximum"
79113
},
80114
"deb": {
81115
"depends": [
@@ -139,7 +173,7 @@
139173
"typecheck": "tsc -p tsconfig.json --noEmit"
140174
},
141175
"engines": {
142-
"node": ">=18.0.0",
176+
"node": ">=18",
143177
"pnpm": ">=8"
144178
},
145179
"pnpm": {

0 commit comments

Comments
 (0)