mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-01-11 14:38:09 +03:00
Fixed exiting on agreement with license
This commit is contained in:
parent
19ab725647
commit
821fe6acf2
@ -121,7 +121,6 @@ forge_config="module.exports = {
|
|||||||
name: '@electron-forge/maker-rpm',
|
name: '@electron-forge/maker-rpm',
|
||||||
config: {
|
config: {
|
||||||
options: {
|
options: {
|
||||||
license: 'EULA',
|
|
||||||
homepage: 'https://github.com/cucumber-sp/yandex-music-linux'
|
homepage: 'https://github.com/cucumber-sp/yandex-music-linux'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -144,7 +143,7 @@ if prompt_yes_no "In order to build the app we'll need to update the license fie
|
|||||||
update_license=1
|
update_license=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$update_license" -eq 1 ]; then
|
if [ "$update_license" -eq 0 ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user