mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-06 14:55:38 +00:00
Revert "MANIFEST: adding load library path directly in the manifest"
This reverts commit 27914f0ffd
.
This commit is contained in:
parent
27914f0ffd
commit
103cf324a4
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
# 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,8 +2,6 @@ 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