Commit 06773235 authored by vvb2060's avatar vvb2060 Committed by topjohnwu

Fix Windows build

parent e57556a8
......@@ -220,7 +220,7 @@ def sign_zip(unsigned):
return
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',
'--ks', config['keyStore'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment