We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cab88 commit e10a885Copy full SHA for e10a885
build-appimage.sh
@@ -17,7 +17,7 @@ popd
17
18
./patch-version.sh
19
20
-curl -Lo appimagecraft.AppImage "https://github.com/TheAssassin/appimagecraft/releases/download/continuous/appimagecraft-x86_64.AppImage"
+curl -Lo appimagecraft.AppImage "$APPIMAGECRAFT_URL"
21
chmod +x appimagecraft.AppImage
22
23
mkdir -p "$BUILD_DIR"
0 commit comments