|
1 | 1 | {
|
2 | 2 | "name": "youtube-music",
|
3 | 3 | "productName": "YouTube Music",
|
4 |
| - "version": "3.6.0", |
| 4 | + "version": "3.6.1", |
5 | 5 | "description": "YouTube Music Desktop App - including custom plugins",
|
6 | 6 | "main": "./dist/main/index.js",
|
7 | 7 | "license": "MIT",
|
|
40 | 40 | ]
|
41 | 41 | }
|
42 | 42 | ],
|
43 |
| - "icon": "assets/generated/icons/mac/icon.icns" |
| 43 | + "icon": "assets/generated/icons/mac/icon.icns", |
| 44 | + "compression": "maximum" |
44 | 45 | },
|
45 | 46 | "win": {
|
46 | 47 | "icon": "assets/generated/icons/win/icon.ico",
|
|
61 | 62 | "arm64"
|
62 | 63 | ]
|
63 | 64 | }
|
64 |
| - ] |
| 65 | + ], |
| 66 | + "compression": "maximum" |
65 | 67 | },
|
66 | 68 | "nsisWeb": {
|
67 | 69 | "runAfterFinish": false
|
|
70 | 72 | "icon": "assets/generated/icons/png",
|
71 | 73 | "category": "AudioVideo",
|
72 | 74 | "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" |
79 | 113 | },
|
80 | 114 | "deb": {
|
81 | 115 | "depends": [
|
|
139 | 173 | "typecheck": "tsc -p tsconfig.json --noEmit"
|
140 | 174 | },
|
141 | 175 | "engines": {
|
142 |
| - "node": ">=18.0.0", |
| 176 | + "node": ">=18", |
143 | 177 | "pnpm": ">=8"
|
144 | 178 | },
|
145 | 179 | "pnpm": {
|
|
0 commit comments