From 42f86dc3a303d6ac28d6fc6f304c627543e72685 Mon Sep 17 00:00:00 2001 From: hstyi Date: Mon, 21 Jul 2025 10:03:31 +0800 Subject: [PATCH] chore: linux appimagetool --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5352679..7980a31 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -668,7 +668,7 @@ fun packOnLinux(distributionDir: Directory, finalFilenameWithoutExtension: Strin commandLine( "wget", "-O", appimagetool.absolutePath, - "https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-${if (arch.isArm) "aarch64" else "x86_64"}.AppImage" + "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-${if (arch.isArm) "aarch64" else "x86_64"}.AppImage" ) workingDir = distributionDir.asFile }