0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 14:12:59 +03:00
This commit is contained in:
Maxim Slipenko 2024-01-29 14:40:09 +00:00 committed by GitHub
parent 8c8605a639
commit a9b515cb52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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