mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Add build.binary
This commit is contained in:
parent
68e27c0a9b
commit
58f167b7e5
9 changed files with 116 additions and 3 deletions
|
|
@ -710,6 +710,7 @@ def read_pkg_args(appid_versionCode_pairs, allow_vercodes=False):
|
|||
|
||||
apk_regex = re.compile(r'_(\d+)\.apk$')
|
||||
for p in appid_versionCode_pairs:
|
||||
# Convert the apk name to a appid:versioncode pair
|
||||
p = apk_regex.sub(r':\1', p)
|
||||
if allow_vercodes and ':' in p:
|
||||
package, vercode = p.split(':')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue