We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28b7f2 commit 5caed76Copy full SHA for 5caed76
packaging/linux/buildpackage.sh
@@ -53,7 +53,7 @@ else
53
wget -cq -O $HOME/appimagetool-x86_64.AppImage https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
54
fi
55
56
-chmod a+x appimagetool-x86_64.AppImage
+chmod a+x $HOME/appimagetool-x86_64.AppImage
57
58
echo "Building AppImages"
59
0 commit comments