Skip to content

Commit edfa9d2

Browse files
committed
Re-format package.json
1 parent efd2c91 commit edfa9d2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"productName": "YouTube Music",
1616
"mac": {
1717
"identity": null,
18-
"files": ["!plugins/taskbar-mediacontrol${/*}"],
18+
"files": [
19+
"!plugins/taskbar-mediacontrol${/*}"
20+
],
1921
"target": [
2022
{
2123
"target": "dmg",
@@ -29,7 +31,9 @@
2931
},
3032
"win": {
3133
"icon": "assets/generated/icons/win/icon.ico",
32-
"files": ["!plugins/touchbar${/*}"],
34+
"files": [
35+
"!plugins/touchbar${/*}"
36+
],
3337
"target": [
3438
"nsis",
3539
"portable"
@@ -40,7 +44,9 @@
4044
},
4145
"linux": {
4246
"icon": "assets/generated/icons/png",
43-
"files": ["!plugins/{touchbar,taskbar-mediacontrol}${/*}"],
47+
"files": [
48+
"!plugins/{touchbar,taskbar-mediacontrol}${/*}"
49+
],
4450
"category": "AudioVideo",
4551
"target": [
4652
"AppImage",

0 commit comments

Comments
 (0)