File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -338,13 +338,10 @@ task packageInstallers {
338
338
" \" ${ binariesFolderPath} /${ appNameAndVendor} \" "
339
339
)
340
340
341
- // Which version of AppImageTool to use
342
- String AppImageToolVersion = " 13" ;
343
-
344
341
// Download AppImageTool
345
342
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" ,
348
345
]
349
346
350
347
String osKey = getJavaBinariesDownloadURLs. property(' osKey' )
You can’t perform that action at this time.
0 commit comments