We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e028ec commit 29e8e9aCopy full SHA for 29e8e9a
pythonforandroid/toolchain.py
@@ -736,7 +736,7 @@ def apk(self, args):
736
if not apk_file:
737
info_main('# APK filename not found in build output, trying to guess')
738
suffix = args.build_mode
739
- if suffix == 'release':
+ if suffix == 'release' and not args.keystore:
740
suffix = suffix + '-unsigned'
741
apks = glob.glob(join(dist.dist_dir, 'bin', '*-*-{}.apk'.format(suffix)))
742
if len(apks) == 0:
0 commit comments