Skip to content

Commit b3282ad

Browse files
authored
bundle ldd
1 parent c334249 commit b3282ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make-appimage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ export ADD_HOOKS="self-updater.bg.hook"
1010
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
1111
export DEPLOY_OPENGL=1
1212
export DEPLOY_VULKAN=1
13+
export PATH_MAPPING='/usr/bin/ldd:${SHARUN_DIR}/bin/ldd'
1314

1415
# Deploy dependencies
1516
quick-sharun ./AppDir/bin/* \
17+
/usr/bin/ldd \
1618
/usr/lib/libsecret*
1719

1820
# Turn AppDir into AppImage

0 commit comments

Comments
 (0)