Skip to content

Commit 7397d11

Browse files
committed
fix CI build by using continuous tag for AppImage tool
1 parent bf1727b commit 7397d11

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

desktop/package/package.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,10 @@ task packageInstallers {
338338
"\"${binariesFolderPath}/${appNameAndVendor}\""
339339
)
340340

341-
// Which version of AppImageTool to use
342-
String AppImageToolVersion = "13";
343-
344341
// Download AppImageTool
345342
Map AppImageToolBinaries = [
346-
'linux' : "https://github.com/AppImage/AppImageKit/releases/download/${AppImageToolVersion}/appimagetool-x86_64.AppImage",
347-
'linux-aarch64' : "https://github.com/AppImage/AppImageKit/releases/download/${AppImageToolVersion}/appimagetool-aarch64.AppImage",
343+
'linux' : "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage",
344+
'linux-aarch64' : "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-aarch64.AppImage",
348345
]
349346

350347
String osKey = getJavaBinariesDownloadURLs.property('osKey')

0 commit comments

Comments
 (0)