aericson/aarchup

No archlogo.png in resulting package

Closed this issue · 1 comments

I installed the package via AUR but the resulting .xz package does not have archlogo.png in it, only archlogo.svg.

In the end, I need to change the content of /usr/share/aarchup/aarchupstartup.sh:

- /usr/bin/aarchup --loop-time 60 --icon /usr/share/aarchup/archlogo.png &
+ /usr/bin/aarchup --loop-time 60 --icon /usr/share/aarchup/archlogo.svg &

I have added a .png image as more environments support it.
Thanks for reporting it.