PORTMASTER: bash scripts tweaks (env provided by flatpak) + defaulted es-de reload after portmaster quit.

This commit is contained in:
XargonWan 2024-12-04 13:32:53 +09:00
parent 0661cce217
commit dd944e1c3d
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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