mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-24 14:34:39 +03:00
fix typo
This commit is contained in:
parent
8c8605a639
commit
a9b515cb52
@ -103,7 +103,7 @@ forge_config="const commonOptions = {
|
|||||||
"48x48": "build/next-desktop/favicon.png",
|
"48x48": "build/next-desktop/favicon.png",
|
||||||
"scalable": "build/next-desktop/favicon.svg"
|
"scalable": "build/next-desktop/favicon.svg"
|
||||||
},
|
},
|
||||||
desktopTemplate: "./destkop.ejs"
|
desktopTemplate: "./desktop.ejs"
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
@ -160,7 +160,7 @@ StartupNotify=true
|
|||||||
Categories=Audio;Music;Player;AudioVideo"
|
Categories=Audio;Music;Player;AudioVideo"
|
||||||
|
|
||||||
echo Writing desktop config...
|
echo Writing desktop config...
|
||||||
echo "$desktop_config" > ./destkop.ejs
|
echo "$desktop_config" > ./desktop.ejs
|
||||||
|
|
||||||
update_license=0
|
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
|
if prompt_yes_no "In order to build the app we'll need to update the license field in package.json. Continue?"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user