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 e870e4a commit 4fe5bd9Copy full SHA for 4fe5bd9
build.sh
@@ -80,7 +80,7 @@ esac
80
cp -v /usr/lib/${ARCH}-linux-gnu/libpthread.so.0 ./usr/lib
81
82
if ! mv ./usr/lib/${ld_linux} ./ld-linux.so; then
83
- cp -v /usr/lib/${ld_linux} ./ld-linux.so
+ cp -v /usr/lib/${ARCH}-linux-gnu/${ld_linux} ./ld-linux.so
84
fi
85
86
# Prepare AppImage -- Configure launcher script, metainfo and desktop file with icon.
0 commit comments