chore: linux appimagetool

This commit is contained in:
hstyi
2025-07-21 10:03:31 +08:00
committed by hstyi
parent 32b11c6063
commit 42f86dc3a3

View File

@@ -668,7 +668,7 @@ fun packOnLinux(distributionDir: Directory, finalFilenameWithoutExtension: Strin
commandLine( commandLine(
"wget", "wget",
"-O", appimagetool.absolutePath, "-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 workingDir = distributionDir.asFile
} }