mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Add Configurator desktop entry
This commit is contained in:
parent
8ddc800166
commit
943c0b390b
11
net.retrodeck.retrodeck.Configurator.desktop
Normal file
11
net.retrodeck.retrodeck.Configurator.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Name=RetroDECK Configurator
|
||||
GenericName=RetroDECK Configuration Utility
|
||||
Type=Application
|
||||
Comment=A handy tool to change common RetroDECK settings
|
||||
Icon=net.retrodeck.retrodeck
|
||||
Exec=flatpak run net.retrodeck.retrodeck --configurator
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Keywords=multi;engine;emulator;standalone;steam;deck
|
||||
Categories=Game;Emulator;
|
|
@ -1219,8 +1219,9 @@ modules:
|
|||
- cp functions.sh /app/libexec/functions.sh
|
||||
- cp post_update.sh /app/libexec/post_update.sh
|
||||
|
||||
# Desktop entry
|
||||
# Desktop entries
|
||||
- cp net.retrodeck.retrodeck.desktop /app/share/applications/net.retrodeck.retrodeck.desktop
|
||||
- cp net.retrodeck.retrodeck.Configurator.desktop /app/share/applications/net.retrodeck.retrodeck.Configurator.desktop
|
||||
|
||||
# TODO: group the configs per-emu and optimize the following cps, like already done with Dolphin. Please not that some files may be renamed, check retrodeck.sh to know how (and fix it after the edit)
|
||||
|
||||
|
|
Loading…
Reference in a new issue