syncplay: add icon installation

This commit is contained in:
Aminda Suomalainen 2026-01-17 10:44:55 +02:00
parent 104e2baecb
commit c66ab1e411
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -20,6 +20,10 @@ else
mkdir -p venv
fi
# Install icon
mkdir -vp ~/.local/share/icons/hicolor/128x128/apps/
ln -nsfv ~/src/github.com/syncplay/syncplay/syncplay/resources/hicolor/128x128/apps/syncplay.png ~/.local/share/icons/hicolor/128x128/apps/
# Let's ensure we have venv setup. Spellcheck complains if I won't || exit
# every cd, which I understand to mean in failure case terminate the script.
cd ~/src/github.com/syncplay/syncplay || exit