mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Fix issues with .apklib files being seen as output apks
This commit is contained in:
parent
8c583ec7bc
commit
162c7c40e6
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||||
m = re.match(r".*^\[INFO\] .*apkbuilder.*/([^/]*)\.apk",
|
m = re.match(r".*^\[INFO\] .*apkbuilder.*/([^/]*)\.apk",
|
||||||
p.stdout_apk, re.S|re.M)
|
p.stdout_apk, re.S|re.M)
|
||||||
if not m:
|
if not m:
|
||||||
m = re.match(r".*^\[INFO\] Creating additional unsigned apk file .*/([^/]+)\.apk",
|
m = re.match(r".*^\[INFO\] Creating additional unsigned apk file .*/([^/]+)\.apk[^l]",
|
||||||
p.stdout_apk, re.S|re.M)
|
p.stdout_apk, re.S|re.M)
|
||||||
if not m:
|
if not m:
|
||||||
# This format is found in com.github.mobile, com.yubico.yubitotp and com.botbrew.basil for example...
|
# This format is found in com.github.mobile, com.yubico.yubitotp and com.botbrew.basil for example...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue