mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
fixed exception string in build script
This commit is contained in:
parent
6bf07ade4f
commit
564fd2df79
3
build.py
3
build.py
@ -207,7 +207,8 @@ for app in apps:
|
||||
raise BuildException(("Unexpected version/version code in output"
|
||||
"APK: %s / %s"
|
||||
"Expected: %s / %s")
|
||||
) % (version, str(vercode), thisbuild['version'], str(thisbuild['vercode']))
|
||||
% (version, str(vercode), thisbuild['version'], str(thisbuild['vercode']))
|
||||
)
|
||||
|
||||
# Copy the unsigned apk to our temp directory for further
|
||||
# processing...
|
||||
|
Loading…
Reference in New Issue
Block a user