mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-10 02:15:16 -04:00
Improve release processing to support deltas and archiving
This commit is contained in:
parent
057bedb65b
commit
e10a865b05
12 changed files with 111 additions and 184 deletions
|
@ -35,7 +35,7 @@ scanWorkspaceForMalware() {
|
|||
export -f scanWorkspaceForMalware;
|
||||
|
||||
buildDevice() {
|
||||
brunch "lineage_$1-user" && signRelease $1 $2;
|
||||
brunch "lineage_$1-user" && processRelease $1 true $2;
|
||||
}
|
||||
export -f buildDevice;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue