Skip to content

Commit

Permalink
fix: correctly download pkg2appimage (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Jul 24, 2023
1 parent 0810ba2 commit 8dcc875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/linux/appimage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "${VSCODE_ARCH}" == "x64" ]]; then
exit 1
fi

wget -c "${APPIMAGE_URL}" -o pkg2appimage.AppImage
wget -c "${APPIMAGE_URL}" -O pkg2appimage.AppImage

chmod +x ./pkg2appimage.AppImage

Expand Down

0 comments on commit 8dcc875

Please sign in to comment.