mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-12-04 19:45:42 +00:00
PORTMASTER: bash scripts tweaks (env provided by flatpak) + defaulted es-de reload after portmaster quit.
This commit is contained in:
parent
293eaac5bf
commit
b7379633be
|
@ -16,7 +16,6 @@ borders_folder=/home/deck/retrodeck/borders
|
|||
sdcard=/run/media/mmcblk0p1
|
||||
|
||||
[options]
|
||||
|
||||
power_user_warning=true
|
||||
desktop_mode_warning=true
|
||||
low_space_warning=true
|
||||
|
@ -37,6 +36,7 @@ volume_effects=10
|
|||
font=1
|
||||
cheevos_login=false
|
||||
logging_level=info
|
||||
portmaster_reload_esde=true
|
||||
|
||||
[cheevos]
|
||||
duckstation=false
|
||||
|
|
|
@ -629,13 +629,11 @@ modules:
|
|||
- type: script
|
||||
commands:
|
||||
- |
|
||||
#!/bin/bash
|
||||
"/var/data/PortMaster/PortMaster.sh" "$@"
|
||||
dest-filename: PortMaster
|
||||
- type: script
|
||||
commands:
|
||||
- |
|
||||
#!/bin/bash
|
||||
"/var/data/PortMaster/harbourmaster" "$@"
|
||||
dest-filename: harbourmaster
|
||||
|
||||
|
|
Loading…
Reference in a new issue