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