mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Documentation for direct install
This commit is contained in:
parent
3aa581e46c
commit
33910854f8
1 changed files with 12 additions and 0 deletions
|
@ -232,6 +232,7 @@ Run build.py to build any applications that are not already built.
|
||||||
Run publish.py to finalise packaging and sign any APKs that have been built.
|
Run publish.py to finalise packaging and sign any APKs that have been built.
|
||||||
@end enumerate
|
@end enumerate
|
||||||
|
|
||||||
|
|
||||||
@section More about build.py
|
@section More about build.py
|
||||||
|
|
||||||
When run without any parameters, build.py will build any and all versions of
|
When run without any parameters, build.py will build any and all versions of
|
||||||
|
@ -284,6 +285,17 @@ Along similar lines (and only in conjunction with @code{--test}, you can use
|
||||||
@code{--force} to force a build of a Disabled application for test purposes,
|
@code{--force} to force a build of a Disabled application for test purposes,
|
||||||
where normally it would be completely ignored.
|
where normally it would be completely ignored.
|
||||||
|
|
||||||
|
|
||||||
|
@section Direct Installation
|
||||||
|
|
||||||
|
You can also build and install directly to a connected device or emulator using
|
||||||
|
the @code{--install} switch. If you do this without using @code{--package} and
|
||||||
|
@code{--vercode} then all versions of all packages will be installed (with each
|
||||||
|
individual version overwriting the previous!). In most cases, this will not be
|
||||||
|
what you want to do, so execution will stop straight away. However, you can
|
||||||
|
override this if you're sure that's what you want, by using @code{--all}.
|
||||||
|
|
||||||
|
|
||||||
@node Metadata
|
@node Metadata
|
||||||
@chapter Metadata
|
@chapter Metadata
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue