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 6e1a4f0 commit b2ddea6Copy full SHA for b2ddea6
build.sh
@@ -9,7 +9,7 @@ mkdir tmp-$DEBRELEASE;
9
cd tmp-$DEBRELEASE;
10
11
# DOWNLOADING THE DEPENDENCIES
12
-wget https://github.com/AppImage/AppImageKit/releases/downloaed/continuous/appimagetool-$(uname -m).AppImage -O appimagetool
+wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$(uname -m).AppImage -O appimagetool
13
url=$(wget -q https://api.github.com/repos/AppImageCommunity/pkg2appimage/releases -O - | grep "pkg2appimage-.*-x86_64.AppImage" | grep browser_download_url | head -n 1 | cut -d '"' -f 4)
14
wget "$url" -O pkg2appimage
15
chmod a+x ./pkg2appimage ./appimagetool
0 commit comments