Use appimagetool continuous build

This commit is contained in:
Valentin Niess
2025-05-24 18:25:19 +02:00
parent 04071b3df9
commit 0376d42eca
4 changed files with 7 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ PREFIX = os.path.abspath(os.path.dirname(__file__) + '/..')
APPIMAGETOOL_DIR = os.path.join(CACHE_DIR, 'bin')
'''Location of the appimagetool binary'''
APPIMAGETOOL_VERSION = '1.9.0'
APPIMAGETOOL_VERSION = 'continuous'
'''Version of the appimagetool binary'''
EXCLUDELIST = os.path.join(CACHE_DIR, 'share/excludelist')