From 5b6d430ca138795a4d68e6d3702e9ed5334d6c30 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 23 May 2023 08:08:02 +0000 Subject: [PATCH] simplex - fix recipe --- metadata/chat.simplex.app.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/metadata/chat.simplex.app.yml b/metadata/chat.simplex.app.yml index 04ba669e0f..4daf856d1b 100644 --- a/metadata/chat.simplex.app.yml +++ b/metadata/chat.simplex.app.yml @@ -295,6 +295,8 @@ Builds: - chown vagrant /nix - chown -R vagrant /tmp output: ./simplex-chat-armv7.apk + rm: + - docs/themes/simplex-chat.sample.zip prebuild: - mv apps/android/gradle . - sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.gradle @@ -314,6 +316,8 @@ Builds: - chown vagrant /nix - chown -R vagrant /tmp output: ./simplex-chat-aarch64.apk + rm: + - docs/themes/simplex-chat.sample.zip prebuild: - mv apps/android/gradle . - sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' apps/android/app/build.gradle