You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i 's#RETRODECKHOMEDIR#'"$rdhome"'#g'"$XDG_CONFIG_HOME/gzdoom/gzdoom.ini"# This is an unfortunate one-off because set_setting_value does not currently support JSON
20
-
sed -i 's#RETRODECKROMSDIR#'"$roms_folder"'#g'"$XDG_CONFIG_HOME/gzdoom/gzdoom.ini"# This is an unfortunate one-off because set_setting_value does not currently support JSON
21
-
sed -i 's#RETRODECKSAVESDIR#'"$saves_folder"'#g'"$XDG_CONFIG_HOME/gzdoom/gzdoom.ini"# This is an unfortunate one-off because set_setting_value does not currently support JSON
sed -i 's#RETRODECKHOMEDIR#'"$rdhome"'#g' "$XDG_CONFIG_HOME/gzdoom/gzdoom.ini" # This is an unfortunate one-off because set_setting_value does not currently support JSON
21
+
sed -i 's#RETRODECKROMSDIR#'"$roms_folder"'#g' "$XDG_CONFIG_HOME/gzdoom/gzdoom.ini" # This is an unfortunate one-off because set_setting_value does not currently support JSON
22
+
sed -i 's#RETRODECKSAVESDIR#'"$saves_folder"'#g' "$XDG_CONFIG_HOME/gzdoom/gzdoom.ini" # This is an unfortunate one-off because set_setting_value does not currently support JSON
0 commit comments