mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2026-01-22 02:47:54 +01:00
syncplay: add icon installation
This commit is contained in:
parent
104e2baecb
commit
c66ab1e411
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user