mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-24 14:34:39 +03:00
15 lines
326 B
Diff
15 lines
326 B
Diff
diff --git a/package.json b/package.json
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -52,5 +52,9 @@
|
|
"az"
|
|
]
|
|
},
|
|
- "license": "UNLICENSED"
|
|
+ "license": "UNLICENSED",
|
|
+ "icon": {
|
|
+ "48x48": "build/next-desktop/favicon.png",
|
|
+ "scalable": "build/next-desktop/favicon.svg"
|
|
+ }
|
|
}
|
|
|