Fix Windows build
This commit is contained in:
parent
e57556a8af
commit
06773235da
2
build.py
2
build.py
@ -220,7 +220,7 @@ def sign_zip(unsigned):
|
|||||||
return
|
return
|
||||||
|
|
||||||
msg = '* Signing APK'
|
msg = '* Signing APK'
|
||||||
apksigner = op.join(find_build_tools(), 'apksigner')
|
apksigner = op.join(find_build_tools(), 'apksigner' + ('.bat' if is_windows else ''))
|
||||||
|
|
||||||
exec_args = [apksigner, 'sign',
|
exec_args = [apksigner, 'sign',
|
||||||
'--ks', config['keyStore'],
|
'--ks', config['keyStore'],
|
||||||
|
Loading…
Reference in New Issue
Block a user