mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
MANIFEST: adding load library path directly in the manifest
This commit is contained in:
parent
c8b3955ede
commit
27914f0ffd
|
@ -2,9 +2,6 @@
|
||||||
|
|
||||||
# This file is containing some global function needed for the script such as the config file tools
|
# 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/050_save_migration.sh
|
||||||
source /app/libexec/checks.sh
|
source /app/libexec/checks.sh
|
||||||
source /app/libexec/compression.sh
|
source /app/libexec/compression.sh
|
||||||
|
|
|
@ -2,6 +2,8 @@ app-id: net.retrodeck.retrodeck
|
||||||
runtime: org.kde.Platform
|
runtime: org.kde.Platform
|
||||||
runtime-version: "6.7"
|
runtime-version: "6.7"
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
|
add-extensions:
|
||||||
|
add-ld-path: "/app/retrodeck/lib"
|
||||||
# sdk-extensions:
|
# sdk-extensions:
|
||||||
# - org.freedesktop.Sdk.Extension.llvm18 # Needed for RPCS3
|
# - org.freedesktop.Sdk.Extension.llvm18 # Needed for RPCS3
|
||||||
command: retrodeck.sh
|
command: retrodeck.sh
|
||||||
|
|
Loading…
Reference in a new issue