mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Move Godot data transfer temp files location
Now at /var/config/retrodeck/godot/
This commit is contained in:
parent
7105285b33
commit
837b4a4048
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue