mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Add output= into the docs
This commit is contained in:
parent
13bcd38372
commit
f054cf4973
1 changed files with 5 additions and 0 deletions
|
|
@ -1013,6 +1013,11 @@ in a gradle project build.
|
||||||
Specify an alternate ant command (target) instead of the default
|
Specify an alternate ant command (target) instead of the default
|
||||||
'release'. It can't be given any flags, such as the path to a build.xml.
|
'release'. It can't be given any flags, such as the path to a build.xml.
|
||||||
|
|
||||||
|
@item output=path/to/output.apk
|
||||||
|
To be used when app is built with a tool other than the ones natively
|
||||||
|
supported, like GNU Make. The given path will be where the build= set of
|
||||||
|
commands should produce the final unsigned release apk.
|
||||||
|
|
||||||
@item novcheck=yes
|
@item novcheck=yes
|
||||||
Don't check that the version name and code in the resulting apk are
|
Don't check that the version name and code in the resulting apk are
|
||||||
correct by looking at the build output - assume the metadata is
|
correct by looking at the build output - assume the metadata is
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue