mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
PANCAKES: migration
This commit is contained in:
parent
2a5be90221
commit
88a1f63933
|
@ -638,8 +638,9 @@ prepare_component() {
|
||||||
cp -fvr $config/ryujinx/profiles /var/config/Ryujinx/
|
cp -fvr $config/ryujinx/profiles /var/config/Ryujinx/
|
||||||
log d "Replacing placeholders in \"$ryujinxconf\""
|
log d "Replacing placeholders in \"$ryujinxconf\""
|
||||||
sed -i 's#RETRODECKHOMEDIR#'$rdhome'#g' "$ryujinxconf"
|
sed -i 's#RETRODECKHOMEDIR#'$rdhome'#g' "$ryujinxconf"
|
||||||
log i "Since in this version we moved to a PR build of Ryujinx we need to symlink it." # TODO: deleteme later
|
create_dir "$logs_folder/ryujinx"
|
||||||
ln -sv $ryujinxconf "$(dirname $ryujinxconf)/PRConfig.json" # TODO: deleteme later
|
create_dir "$mods_folder/ryujinx"
|
||||||
|
create_dir "$screenshots_folder/ryujinx"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# if [[ "$action" == "reset" ]] || [[ "$action" == "postmove" ]]; then # Run commands that apply to both resets and moves
|
# if [[ "$action" == "reset" ]] || [[ "$action" == "postmove" ]]; then # Run commands that apply to both resets and moves
|
||||||
|
|
Loading…
Reference in a new issue