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