mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
I've also removed the PNG from installation because the icon specification will cause it to be prefered over the SVG version when picking the icon. I have edited the desktop entry to refer to the icon by basename only, this will allow it to be properly selected regardless of whether retroarch is installed in /usr or /usr/local The desktop entry has also been cleaned up to the proper desktop entry specifications.
11 lines
181 B
Desktop File
11 lines
181 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Name=RetroArch
|
|
Type=Application
|
|
Comment=Multi-Engine Platform
|
|
Icon=retroarch
|
|
Exec=retroarch
|
|
Terminal=false
|
|
StartupNotify=false
|
|
Categories=Game;Emulator;
|