Explorar o código

Use appimagetool 12

Valentin Niess %!s(int64=3) %!d(string=hai) anos
pai
achega
7b616e8e5b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      python_appimage/utils/deps.py

+ 1 - 1
python_appimage/utils/deps.py

@@ -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)