0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00
This commit is contained in:
2024-01-29 14:40:09 +00:00
committed by GitHub
parent 8c8605a639
commit a9b515cb52

View File

@@ -103,7 +103,7 @@ forge_config="const commonOptions = {
"48x48": "build/next-desktop/favicon.png",
"scalable": "build/next-desktop/favicon.svg"
},
desktopTemplate: "./destkop.ejs"
desktopTemplate: "./desktop.ejs"
}
module.exports = {
@@ -160,7 +160,7 @@ StartupNotify=true
Categories=Audio;Music;Player;AudioVideo"
echo Writing desktop config...
echo "$desktop_config" > ./destkop.ejs
echo "$desktop_config" > ./desktop.ejs
update_license=0
if prompt_yes_no "In order to build the app we'll need to update the license field in package.json. Continue?"; then