From b1c0ed4fcd2020c4be6801417dcc04113b5ba019 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 4 Dec 2024 10:34:33 +0900 Subject: [PATCH] CLI: added --legacy-configurator option, --configurator now opens godot configurator --- retrodeck.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/retrodeck.sh b/retrodeck.sh index 3d697158..7455e461 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -28,6 +28,7 @@ Arguments: --info-msg \t Print paths and config informations --debug \t Enable debug logging for this launch of RetroDECK (This may miss errors very early in the launch process) --configurator \t Starts the RetroDECK Configurator + --legacy-configurator \t Starts the old, zenity, RetroDECK Configurator --compress-one \t Compresses target file to a compatible format --compress-all \t Compresses all supported games into a compatible format.\n\t\t\t\t\t\t Available formats are \"chd\", \"zip\", \"rvz\" and \"all\" --reset-component \t Reset one or more component or emulator configs to the default values @@ -73,6 +74,9 @@ https://retrodeck.net cli_compress_all_games "$2" ;; --configurator*) + sh /app/tools/godot-configurator.sh + ;; + --legacy-configurator*) sh /app/tools/configurator.sh if [[ $(configurator_generic_question_dialog "RetroDECK Configurator" "Would you like to launch RetroDECK after closing the Configurator?") == "false" ]]; then exit