mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 06:06:56 +00:00
mesh - fix typo
This commit is contained in:
parent
3e50ca6490
commit
2ff45d62bf
1 changed files with 2 additions and 2 deletions
|
|
@ -456,8 +456,8 @@ Builds:
|
|||
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
||||
- rm -rf apk upstream.apk
|
||||
- for i in {1..10}; do unzip -q $$OUT$$ -d apk; sha256sum -c - <<< $hash &&
|
||||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; taskset 0-3
|
||||
gradle clean assembleFdroidRelease; done
|
||||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; taskset --cpu-list
|
||||
0-3 gradle clean assembleFdroidRelease; done
|
||||
|
||||
AllowedAPKSigningKeys: a93b456568c175db0800a09f06777f892d812432adb8a3df73bc3e7f06c80c6d
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue