0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-01-11 14:38:09 +03:00

Fixed RPM build error (package license)

This commit is contained in:
dikey0ficial 2024-01-20 13:06:00 +03:00
parent 7c753ba9d8
commit 06880d7338
No known key found for this signature in database
GPG Key ID: 6DED1092A9C82650

1
repack.sh Normal file → Executable file
View File

@ -136,6 +136,7 @@ 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'
} }
} }