We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9a50d commit ffef680Copy full SHA for ffef680
create_appimage.sh
@@ -28,6 +28,7 @@ ldd appdir/usr/bin/speak | grep "ld-" | awk '{print $1}' | while read a; do
28
fi
29
done
30
31
+chmod +x appdir/usr/lib/*
32
strip appdir/usr/lib/* appdir/usr/bin/*
33
34
ARCH=x86_64
0 commit comments