mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-15 04:40:15 +01:00
No packaging option
This commit is contained in:
@@ -12,7 +12,7 @@ __all__ = ['execute']
|
||||
def _unpack_args(args):
|
||||
'''Unpack command line arguments
|
||||
'''
|
||||
return args.python, args.destination
|
||||
return args.python, args.destination, args.no_packaging
|
||||
|
||||
|
||||
def execute(python=None, destination=None):
|
||||
|
||||
Reference in New Issue
Block a user