Merge pull request #569 from RyDroid/desktop-file-without-translation
Minor improvement of the desktop file
This commit is contained in:
commit
6a336f66a8
|
@ -1,9 +1,11 @@
|
||||||
|
#!/usr/bin/env xdg-open
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0
|
Version=1.0
|
||||||
Type=Application
|
|
||||||
Name=Dolphin Emulator
|
|
||||||
Comment=A Wii/GameCube Emulator
|
|
||||||
Icon=dolphin-emu
|
Icon=dolphin-emu
|
||||||
Exec=dolphin-emu
|
Exec=dolphin-emu
|
||||||
Categories=Game;
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Game;Emulator;
|
||||||
|
Name=Dolphin Emulator
|
||||||
|
GenericName=Wii/GameCube Emulator
|
||||||
|
Comment=A Wii/GameCube Emulator
|
||||||
|
|
Loading…
Reference in New Issue