mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-29 19:45: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
|
||||
|
||||
# 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
|
||||
|
|
|
@ -2,8 +2,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue