fix: correctly download pkg2appimage (#1577)

This commit is contained in:
Baptiste Augrain 2023-07-24 22:20:13 +02:00 committed by GitHub
parent 0810ba2404
commit 8dcc87596b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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