Forward arch when building

This commit is contained in:
Valentin Niess
2025-05-22 11:42:28 +02:00
parent 954e9bc91a
commit ca8d4717d4
3 changed files with 5 additions and 3 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 = '12'
APPIMAGETOOL_VERSION = '1.9.0'
'''Version of the appimagetool binary'''
EXCLUDELIST = os.path.join(CACHE_DIR, 'share/excludelist')