dev-util/universalindentgui: fix icon suffix, #609698

This commit is contained in:
Michał Górny
2017-02-18 12:30:14 +01:00
parent 22042e328b
commit fa81635ef1

View File

@@ -133,6 +133,6 @@ src_install() {
done
fi
newicon resources/universalIndentGUI_512x512.png ${PN}
newicon resources/universalIndentGUI_512x512.png ${PN}.png
make_desktop_entry ${PN} UniversalIndentGUI ${PN} "Qt;Development"
}