0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-04-12 03:53:43 +03:00

Merge pull request #4 from dikey0ficial/main

Починил сборку RPM + .gitignore
This commit is contained in:
Andrey Onishchenko 2024-01-21 10:08:46 +03:00 committed by GitHub
commit e6935f4957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
out/

2
repack.sh Normal file → Executable file
View File

@ -143,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