We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b656b5 + 3570070 commit b133defCopy full SHA for b133def
appimage/create_appimage.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
if [ "$QT_PATH" == "" ] ; then
4
- export QT_PATH="/usr/lib64/qt5"
+ export QT_PATH="/usr/lib64/qt6"
5
fi
6
# cleanup
7
rm -rf build || true
@@ -28,7 +28,7 @@ ldd $(find build/appimage -type f) build/pardus-pen | cut -f3 -d" " | sort -V |
28
29
done
30
# create appimage
31
-wget https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-$(uname -m).AppImage -O build/appimagetool
+wget https://github.com/AppImage/appimagetool/releases/download/latest/appimagetool-$(uname -m).AppImage -O build/appimagetool
32
chmod 755 build/appimagetool
33
export ARCH=$(uname -m)
34
cd build ; ./appimagetool ./appimage
0 commit comments