gui-apps/intiface-central-bin: fix icon installation

Closes: https://bugs.gentoo.org/896030
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2023-02-23 14:48:37 +01:00
parent 9bddb4cfb5
commit 44f880d34a

View File

@@ -38,8 +38,7 @@ EOF
dobin intiface_central
newicon --size 512 \
/opt/${PN}/data/flutter_assets/assets/icons/intiface_central_icon.png \
${PN}.png
data/flutter_assets/assets/icons/intiface_central_icon.png ${PN}.png
make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
}