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.
1 parent 262b72d commit 2dcdddfCopy full SHA for 2dcdddf
ci/build-appdir.sh
@@ -61,7 +61,7 @@ if [ -d /deps/ ]; then
61
if [ "$ARCH" == "x86_64" ]; then
62
cp "$(ldconfig -p | grep libffi.so.6 | grep x86-64 | cut -d'>' -f2 | tr -d ' ')" "$appimagetool_appdir"/usr/lib/
63
elif [ "$ARCH" == "i686" ]; then
64
- cp "$(ldconfig -p | grep libffi.so.6 | grep i386 | cut -d'>' -f2 | tr -d ' ')" "$appimagetool_appdir"/usr/lib/
+ cp "$(ldconfig -p | grep libffi.so.6 | head -n1 | cut -d'>' -f2 | tr -d ' ')" "$appimagetool_appdir"/usr/lib/
65
elif [ "$ARCH" == "armhf" ]; then
66
cp "$(ldconfig -p | grep libffi.so.6 | grep arm | grep hf | cut -d'>' -f2 | tr -d ' ')" "$appimagetool_appdir"/usr/lib/
67
elif [ "$ARCH" == "aarch64" ]; then
0 commit comments