Install a .desktop file to make citra-qt launchable from DE menus.
This commit is contained in:
parent
7d21b0663b
commit
d0ee89e2fe
4 changed files with 166 additions and 0 deletions
14
dist/citra.desktop
vendored
Normal file
14
dist/citra.desktop
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Citra
|
||||
GenericName=3DS Emulator
|
||||
GenericName[fr]=Émulateur 3DS
|
||||
Comment=Nintendo 3DS video game console emulator
|
||||
Comment[fr]=Émulateur de console de jeu Nintendo 3DS
|
||||
Icon=citra
|
||||
TryExec=citra-qt
|
||||
Exec=citra-qt %f
|
||||
Categories=Game;Emulator;Qt;
|
||||
MimeType=application/x-ctr-3dsx;application/x-ctr-cci;application/x-ctr-cia;application/x-ctr-cxi;
|
||||
Keywords=3DS;Nintendo;
|
Loading…
Add table
Add a link
Reference in a new issue