mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Clean the CLI, applications workflow & README
This commit is contained in:
@@ -24,7 +24,8 @@ __all__ = ['execute']
|
||||
def _unpack_args(args):
|
||||
'''Unpack command line arguments
|
||||
'''
|
||||
return args.appdir, args.name
|
||||
return args.appdir, args.name, args.python_version, args.linux_tag, \
|
||||
args.python_tag
|
||||
|
||||
|
||||
_tag_pattern = re.compile('python([^-]+)[-]([^.]+)[.]AppImage')
|
||||
|
||||
Reference in New Issue
Block a user