restic-browser-bin: Fix icon file extension

This commit is contained in:
SigHunter 2024-04-25 16:12:54 +02:00
parent d73c6784df
commit 5dfb3c37a9
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ src_unpack() {
src_install() {
dobin "${MY_PN}"
newicon "${DISTDIR}/${ICON}" "${MY_PN}"
newicon "${DISTDIR}/${ICON}" "${MY_PN}.png"
make_desktop_entry "${MY_PN}" Restic-Browser "${MY_PN}"
}