mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
Forward arch when building
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user