mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
simplex - fix recipe
This commit is contained in:
parent
c6b5f86e89
commit
5b6d430ca1
1 changed files with 4 additions and 0 deletions
|
|
@ -295,6 +295,8 @@ Builds:
|
||||||
- chown vagrant /nix
|
- chown vagrant /nix
|
||||||
- chown -R vagrant /tmp
|
- chown -R vagrant /tmp
|
||||||
output: ./simplex-chat-armv7.apk
|
output: ./simplex-chat-armv7.apk
|
||||||
|
rm:
|
||||||
|
- docs/themes/simplex-chat.sample.zip
|
||||||
prebuild:
|
prebuild:
|
||||||
- mv apps/android/gradle .
|
- mv apps/android/gradle .
|
||||||
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.gradle
|
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.gradle
|
||||||
|
|
@ -314,6 +316,8 @@ Builds:
|
||||||
- chown vagrant /nix
|
- chown vagrant /nix
|
||||||
- chown -R vagrant /tmp
|
- chown -R vagrant /tmp
|
||||||
output: ./simplex-chat-aarch64.apk
|
output: ./simplex-chat-aarch64.apk
|
||||||
|
rm:
|
||||||
|
- docs/themes/simplex-chat.sample.zip
|
||||||
prebuild:
|
prebuild:
|
||||||
- mv apps/android/gradle .
|
- mv apps/android/gradle .
|
||||||
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.gradle
|
- sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.gradle
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue