mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 06:55:38 +00:00
HELPER_FILES: no file list was passed, fixed
This commit is contained in:
parent
2bc3edd112
commit
e62ea7329b
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue