Relocate appification

This commit is contained in:
Valentin Niess
2025-05-20 22:01:34 +02:00
parent 75f10bbdc4
commit 331fc6ab7f
6 changed files with 338 additions and 231 deletions

View File

@@ -21,7 +21,7 @@ def build_appimage(appdir=None, destination=None):
if appdir is None:
appdir = 'AppDir'
log('BUILD', appdir)
log('BUILD', os.path.basename(appdir))
appimagetool = ensure_appimagetool()
arch = platform.machine()