Use appimagetool 12

This commit is contained in:
Valentin Niess
2022-03-14 20:42:56 +01:00
parent 66039112dd
commit 7b616e8e5b

View File

@@ -37,7 +37,7 @@ def ensure_appimagetool():
appimage = 'appimagetool-{0:}.AppImage'.format(_ARCH)
baseurl = 'https://github.com/AppImage/AppImageKit/releases/' \
'download/continuous'
'download/12'
log('INSTALL', 'appimagetool from %s', baseurl)
appdir_name = '.appimagetool.appdir'.format(_ARCH)