Fix path generation for android release apk name in old toolchain
This commit is contained in:
parent
a0ece89e75
commit
a8b0d3e3fc
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ class TargetAndroid(Target):
|
|||
mode = 'debug'
|
||||
else:
|
||||
build_cmd += [("release", )]
|
||||
mode = 'release'
|
||||
mode = 'release-unsigned'
|
||||
|
||||
self.execute_build_package(build_cmd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue