0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-25 06:44:38 +03:00
yandex-music-linux/patches/0002-Add-package-icon.patch

15 lines
326 B
Diff
Raw Permalink Normal View History

diff --git a/package.json b/package.json
--- a/package.json
+++ b/package.json
2024-06-20 15:08:10 +03:00
@@ -52,5 +52,9 @@
"az"
]
},
- "license": "UNLICENSED"
+ "license": "UNLICENSED",
+ "icon": {
+ "48x48": "build/next-desktop/favicon.png",
+ "scalable": "build/next-desktop/favicon.svg"
2024-04-27 20:40:19 +03:00
+ }
}
2024-04-27 20:40:19 +03:00