[add] icon for libnotify

This commit is contained in:
Christian Fraß 2022-11-30 23:01:16 +01:00
parent 8681ba7d33
commit 1e25b0fec2
3 changed files with 14 additions and 2 deletions

BIN
media/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View file

@ -1,4 +1,11 @@
#!/usr/bin/env sh
scp build/heimdall gs-monitoring:/opt/heimdall/heimdall
## args
if [ $# -ge 1 ] ; then target_ssh_handle=$1 && shift ; else target_ssh_handle="gs-monitoring" ; fi
## exec
scp build/heimdall ${target_ssh_handle}:/opt/heimdall/heimdall

View file

@ -1,3 +1,8 @@
#!/usr/bin/env sh
cp build/heimdall /usr/local/bin/
mkdir -p /usr/local/bin/
cp build/heimdall /usr/local/bin/heimdall
mkdir -p /usr/local/share/icons/
cp media/icon.png /usr/local/share/icons/heimdall.png