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