1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

games-emulation/blastem: fix desktop name entry

This commit is contained in:
2023-03-05 16:35:00 +01:00
parent 046e1a7812
commit 5057f34426
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ src_install() {
doins -r shaders images default.cfg rom.db gamecontrollerdb.txt
newicon "${S}/android/res/drawable-xxhdpi/ic_launcher.png" ${PN}.png
make_desktop_entry "${PN}" 'Blastem' "${PN}" 'Game;Emulator'
make_desktop_entry "${PN}" 'BlastEm' "${PN}" 'Game;Emulator'
}
pkg_postinst() {