We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd2c91 commit edfa9d2Copy full SHA for edfa9d2
package.json
@@ -15,7 +15,9 @@
15
"productName": "YouTube Music",
16
"mac": {
17
"identity": null,
18
- "files": ["!plugins/taskbar-mediacontrol${/*}"],
+ "files": [
19
+ "!plugins/taskbar-mediacontrol${/*}"
20
+ ],
21
"target": [
22
{
23
"target": "dmg",
@@ -29,7 +31,9 @@
29
31
},
30
32
"win": {
33
"icon": "assets/generated/icons/win/icon.ico",
- "files": ["!plugins/touchbar${/*}"],
34
35
+ "!plugins/touchbar${/*}"
36
37
38
"nsis",
39
"portable"
@@ -40,7 +44,9 @@
40
44
41
45
"linux": {
42
46
"icon": "assets/generated/icons/png",
43
- "files": ["!plugins/{touchbar,taskbar-mediacontrol}${/*}"],
47
48
+ "!plugins/{touchbar,taskbar-mediacontrol}${/*}"
49
50
"category": "AudioVideo",
51
52
"AppImage",
0 commit comments