From bb5dbd7bfdb1966ac94e9705889b94a7ab87a032 Mon Sep 17 00:00:00 2001 From: Ian Bassi Date: Mon, 21 Jul 2025 21:50:39 -0300 Subject: [PATCH] Fix ubuntu build - Continous appimagetool (#10190) Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com> --- src/platform/unix/build_appimage.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/unix/build_appimage.sh.in b/src/platform/unix/build_appimage.sh.in index 47162a5bfc..15ba939e37 100644 --- a/src/platform/unix/build_appimage.sh.in +++ b/src/platform/unix/build_appimage.sh.in @@ -1,5 +1,5 @@ #!/bin/sh -APPIMAGETOOLURL="https://github.com/AppImage/AppImageKit/releases/latest/download/appimagetool-$(uname -m).AppImage" +APPIMAGETOOLURL="https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-$(uname -m).AppImage" APP_IMAGE="@SLIC3R_APP_KEY@_Linux_V@SoftFever_VERSION@.AppImage"