Fix arm's zip name
This commit is contained in:
parent
0c2da5dcea
commit
8471f647a1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ def is_verbose_mode():
|
|||
|
||||
def get_zip_name(name, version, suffix=''):
|
||||
arch = get_target_arch()
|
||||
if arch is 'arm':
|
||||
if arch == 'arm':
|
||||
arch += 'v7l'
|
||||
zip_name = '{0}-{1}-{2}-{3}'.format(name, version, get_platform_key(), arch)
|
||||
if suffix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue