From e62ea7329b38a5a2e6386bac8fd5abdf891c63d1 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 26 Jan 2024 08:48:39 +0100 Subject: [PATCH] HELPER_FILES: no file list was passed, fixed --- functions/functions.sh | 2 +- functions/post_update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/functions.sh b/functions/functions.sh index a30a33a2..b66114d2 100644 --- a/functions/functions.sh +++ b/functions/functions.sh @@ -422,7 +422,7 @@ finit() { ( prepare_emulator "reset" "all" build_retrodeck_current_presets - deploy_helper_files + deploy_helper_files $helper_files_list # Optional actions based on user choices if [[ "$finit_options_choices" =~ (rpcs3_firmware|Enable All) ]]; then diff --git a/functions/post_update.sh b/functions/post_update.sh index bf68a2c2..0c2d0bf8 100644 --- a/functions/post_update.sh +++ b/functions/post_update.sh @@ -248,7 +248,7 @@ post_update() { fi update_splashscreens - deploy_helper_files + deploy_helper_files $helper_files_list build_retrodeck_current_presets ) | zenity --icon-name=net.retrodeck.retrodeck --progress --no-cancel --pulsate --auto-close \