mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
LIBMAN: his costume might be ready to write directly into /app/lib - NANANANANANA: LIBMAN!
This commit is contained in:
parent
67f88f42cc
commit
86e8294c33
|
@ -16,7 +16,7 @@ if [ -z "$1" ]; then
|
|||
fi
|
||||
|
||||
# Define target directory
|
||||
target_dir="${FLATPAK_DEST}/retrodeck/lib"
|
||||
target_dir="${FLATPAK_DEST}/lib"
|
||||
|
||||
# Ensure the target directory exists
|
||||
if ! mkdir -p "$target_dir"; then
|
||||
|
|
|
@ -35,8 +35,6 @@ finish-args:
|
|||
- --filesystem=~/.var/app/com.valvesoftware.Steam:rw # Steam (Flatpak)
|
||||
# PPSSPP, DOLPHIN
|
||||
- --filesystem=xdg-run/gamescope-0:ro
|
||||
- --env=LD_LIBRARY_PATH=/app/lib:/app/retrodeck/lib
|
||||
|
||||
|
||||
cleanup:
|
||||
# ES-DE
|
||||
|
|
Loading…
Reference in a new issue