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
|
fi
|
||||||
|
|
||||||
# Define target directory
|
# Define target directory
|
||||||
target_dir="${FLATPAK_DEST}/retrodeck/lib"
|
target_dir="${FLATPAK_DEST}/lib"
|
||||||
|
|
||||||
# Ensure the target directory exists
|
# Ensure the target directory exists
|
||||||
if ! mkdir -p "$target_dir"; then
|
if ! mkdir -p "$target_dir"; then
|
||||||
|
|
|
@ -35,8 +35,6 @@ finish-args:
|
||||||
- --filesystem=~/.var/app/com.valvesoftware.Steam:rw # Steam (Flatpak)
|
- --filesystem=~/.var/app/com.valvesoftware.Steam:rw # Steam (Flatpak)
|
||||||
# PPSSPP, DOLPHIN
|
# PPSSPP, DOLPHIN
|
||||||
- --filesystem=xdg-run/gamescope-0:ro
|
- --filesystem=xdg-run/gamescope-0:ro
|
||||||
- --env=LD_LIBRARY_PATH=/app/lib:/app/retrodeck/lib
|
|
||||||
|
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
# ES-DE
|
# ES-DE
|
||||||
|
|
Loading…
Reference in a new issue