0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-01-11 06:28:10 +03:00

Fixed exiting on agreement with license

This commit is contained in:
dikey0ficial 2024-01-21 10:07:44 +03:00
parent 19ab725647
commit 821fe6acf2
No known key found for this signature in database
GPG Key ID: 6DED1092A9C82650

View File

@ -121,7 +121,6 @@ forge_config="module.exports = {
name: '@electron-forge/maker-rpm',
config: {
options: {
license: 'EULA',
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
fi
if [ "$update_license" -eq 1 ]; then
if [ "$update_license" -eq 0 ]; then
exit 0
fi