Skip to content

Commit 8b693c8

Browse files
committed
Update PortMaster prepare to actually update portmaster_path in rd_conf since otherwise nothing ever sets it correctly.
1 parent ee41763 commit 8b693c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

portmaster/component_prepare.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ if [[ "$action" == "reset" ]]; then # Run reset-only commands
1717
install -Dm755 "$XDG_DATA_HOME/PortMaster/PortMaster.sh" "$roms_path/portmaster/PortMaster.sh"
1818
create_dir "$XDG_DATA_HOME/PortMaster/config/"
1919
cp "$component_config/config.json" "$XDG_DATA_HOME/PortMaster/config/config.json"
20+
set_setting_value "$rd_conf" "portmaster_path" "$rd_home_path/PortMaster" "retrodeck" "paths"
2021
fi

0 commit comments

Comments
 (0)