From 7a370c6bd683d2d15424f40a7bd5a9a10916337d Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 3 May 2025 16:55:49 +0200 Subject: [PATCH] Chore: (attempt to) fix android build --- scripts/prepareAndroid.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/prepareAndroid.sh b/scripts/prepareAndroid.sh index a5ee38a81..ee22ad89c 100755 --- a/scripts/prepareAndroid.sh +++ b/scripts/prepareAndroid.sh @@ -38,6 +38,7 @@ export default config; rm -rf dist-full mkdir dist-full cp dist/*.html dist-full/ +cp dist/*.js dist-full/ cp dist/*.css dist-full/ # cp dist/*.webmanifest dist-full/ # Not needed cp -r dist/css dist-full/