mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-12-03 19:15:41 +00:00
PORTMASTER: initializing config even to set Dracula color scheme
This commit is contained in:
parent
5ffedc8160
commit
ea6daed9bc
9
config/portmaster/config.json
Normal file
9
config/portmaster/config.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"change_channel": false,
|
||||||
|
"first-run": true,
|
||||||
|
"release_channel": "stable",
|
||||||
|
"show_experimental": false,
|
||||||
|
"theme": "default_theme",
|
||||||
|
"theme-scheme": "Dracula",
|
||||||
|
"version": 2
|
||||||
|
}
|
|
@ -889,6 +889,9 @@ prepare_component() {
|
||||||
chmod +x "/var/data/PortMaster/PortMaster.sh"
|
chmod +x "/var/data/PortMaster/PortMaster.sh"
|
||||||
rm -f "$roms_folder/portmaster/PortMaster.sh"
|
rm -f "$roms_folder/portmaster/PortMaster.sh"
|
||||||
install -Dm755 "/var/data/PortMaster/PortMaster.sh" "$roms_folder/portmaster/PortMaster.sh"
|
install -Dm755 "/var/data/PortMaster/PortMaster.sh" "$roms_folder/portmaster/PortMaster.sh"
|
||||||
|
create_dir "/var/data/PortMaster/config/"
|
||||||
|
cp "$config/portmaster/config.json" "/var/data/PortMaster/config/config.json"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$component" =~ ^(ruffle|all)$ ]]; then
|
if [[ "$component" =~ ^(ruffle|all)$ ]]; then
|
||||||
|
|
Loading…
Reference in a new issue