Skip to content

Commit e10a885

Browse files
committed
Fixed AppImage build script not using $APPIMAGECRAFT_URL
1 parent b7cab88 commit e10a885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-appimage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ popd
1717

1818
./patch-version.sh
1919

20-
curl -Lo appimagecraft.AppImage "https://github.com/TheAssassin/appimagecraft/releases/download/continuous/appimagecraft-x86_64.AppImage"
20+
curl -Lo appimagecraft.AppImage "$APPIMAGECRAFT_URL"
2121
chmod +x appimagecraft.AppImage
2222

2323
mkdir -p "$BUILD_DIR"

0 commit comments

Comments
 (0)