MANIFEST: adding load library path directly in the manifest

This commit is contained in:
XargonWan 2024-07-24 16:39:42 +09:00
parent c8b3955ede
commit 27914f0ffd
2 changed files with 2 additions and 3 deletions

View file

@ -2,9 +2,6 @@
# This file is containing some global function needed for the script such as the config file tools
# pathing the retrodeck components provided libraries
export LD_LIBRAY_PATH="$LD_LIBRAY_PATH:/app/retrodeck/lib/"
source /app/libexec/050_save_migration.sh
source /app/libexec/checks.sh
source /app/libexec/compression.sh

View file

@ -2,6 +2,8 @@ app-id: net.retrodeck.retrodeck
runtime: org.kde.Platform
runtime-version: "6.7"
sdk: org.kde.Sdk
add-extensions:
add-ld-path: "/app/retrodeck/lib"
# sdk-extensions:
# - org.freedesktop.Sdk.Extension.llvm18 # Needed for RPCS3
command: retrodeck.sh