From 4c0a42d5b64d0839af5486045c5d52ae316d06f5 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 28 Jul 2025 00:57:44 +0200 Subject: [PATCH] Scripts: exclude 'style_test' from Android-build --- scripts/prepareAndroid.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/prepareAndroid.sh b/scripts/prepareAndroid.sh index ad1fb5e9fc..698b25a703 100755 --- a/scripts/prepareAndroid.sh +++ b/scripts/prepareAndroid.sh @@ -25,10 +25,12 @@ fi mv studio.html studiohtml mv test.html testhtml mv statistics.html statisticshtml +mv style_test.html style_testhtml npm run build mv statisticshtml statistics.html mv testhtml test.html mv studiohtml studio.html +mv style_testhtml style_test.html echo ''' import type { CapacitorConfig } from "@capacitor/cli";