Move Godot data transfer temp files location

Now at /var/config/retrodeck/godot/
This commit is contained in:
icenine451 2024-02-21 14:03:54 -05:00
parent 7105285b33
commit 837b4a4048
2 changed files with 2 additions and 1 deletions

View file

@ -49,7 +49,7 @@ pretty_system_names_reference_list="$emuconfigs/defaults/retrodeck/reference_lis
# Godot data transfer temp files
godot_bios_files_checked="var/config/retrodeck/godot_bios_files_checked.tmp"
godot_bios_files_checked="var/config/retrodeck/godot/godot_bios_files_checked.tmp"
# Config files for emulators with single config files

View file

@ -23,6 +23,7 @@ prepare_component() {
mkdir -p "$rdhome/$(basename $current_setting_value)"
fi
done < <(grep -v '^\s*$' $rd_conf | awk '/^\[paths\]/{f=1;next} /^\[/{f=0} f')
mkdir -p "/var/config/retrodeck/godot"
fi
if [[ "$action" == "postmove" ]]; then # Update the paths of any folders that came with the retrodeck folder during a move
while read -r config_line; do