We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ldd
1 parent c334249 commit b3282adCopy full SHA for b3282ad
make-appimage.sh
@@ -10,9 +10,11 @@ export ADD_HOOKS="self-updater.bg.hook"
10
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
11
export DEPLOY_OPENGL=1
12
export DEPLOY_VULKAN=1
13
+export PATH_MAPPING='/usr/bin/ldd:${SHARUN_DIR}/bin/ldd'
14
15
# Deploy dependencies
16
quick-sharun ./AppDir/bin/* \
17
+ /usr/bin/ldd \
18
/usr/lib/libsecret*
19
20
# Turn AppDir into AppImage
0 commit comments