mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Allow rm to recursively remove directories
This commit is contained in:
parent
b556693d4a
commit
921b407582
2 changed files with 11 additions and 8 deletions
|
@ -840,14 +840,15 @@ which architecture or platform the apk is designed to run on.
|
|||
If specified, the package version code in the AndroidManifest.xml is
|
||||
replaced with the version code for the build. See also forceversion.
|
||||
|
||||
@item rm=<relpath>
|
||||
Specifies the relative path of a file to delete before the build is
|
||||
done. The path is relative to the base of the build directory - i.e.
|
||||
the root of the directory structure checked out from the source
|
||||
respository - not necessarily the directory that contains
|
||||
@item rm=<relpath1;relpath2;...>
|
||||
Specifies the relative paths of files or directories to delete before
|
||||
the build is done. The paths are relative to the base of the build
|
||||
directory - i.e. the root of the directory structure checked out from
|
||||
the source respository - not necessarily the directory that contains
|
||||
AndroidManifest.xml.
|
||||
|
||||
Multiple files can be specified by separating they with ';'.
|
||||
Multiple files/directories can be specified by separating them with ';'.
|
||||
Directories will be recursively deleted.
|
||||
|
||||
@item fixtrans=yes
|
||||
Modifies any instances of string resources that use multiple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue