mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Relocate appification
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user