diff --git a/net.retrodeck.retrodeck.Configurator.desktop b/net.retrodeck.retrodeck.Configurator.desktop new file mode 100644 index 00000000..6c5830bb --- /dev/null +++ b/net.retrodeck.retrodeck.Configurator.desktop @@ -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; diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index c13b5c42..a007d952 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -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)