Skip to content

Commit b2ddea6

Browse files
authored
Update build.sh
1 parent 6e1a4f0 commit b2ddea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mkdir tmp-$DEBRELEASE;
99
cd tmp-$DEBRELEASE;
1010

1111
# DOWNLOADING THE DEPENDENCIES
12-
wget https://github.com/AppImage/AppImageKit/releases/downloaed/continuous/appimagetool-$(uname -m).AppImage -O appimagetool
12+
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-$(uname -m).AppImage -O appimagetool
1313
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)
1414
wget "$url" -O pkg2appimage
1515
chmod a+x ./pkg2appimage ./appimagetool

0 commit comments

Comments
 (0)