0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 14:12:59 +03:00

fix to repack.sh

This commit is contained in:
Andrey Onishchenko 2024-01-29 22:32:18 +03:00
parent 9bf42b7675
commit 094d225ca3

View File

@ -99,7 +99,7 @@ mv tmp_package.json package.json
echo "Updated license field in package.json"
version=$(jq -r .version package.json)
jq '. + icon: {"48x48": "build/next-desktop/favicon.png", "scalable": "build/next-desktop/favicon.svg"}' package.json > tmp_package.json
jq '. + {icon: {"48x48": "build/next-desktop/favicon.png", "scalable": "build/next-desktop/favicon.svg"}}' package.json > tmp_package.json
mv tmp_package.json package.json
echo "Updated icon field in package.json"