From 90cb3fa727d033c3b8e29ab7f1146ea7060c9d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Gia=20B=E1=BA=A3o?= <70064328+YT-Advanced@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:14:07 +0700 Subject: [PATCH] fix: `apex` folder got removed --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 990b8b4b..ecac1d8a 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -419,6 +419,7 @@ if [ "$HAS_GAPPS" ]; then fi if [ "$REMOVE_AMAZON" ]; then + touch "$WORK_DIR/wsa/$ARCH/apex/.gitkeep" rm -f "$WORK_DIR/wsa/$ARCH/apex/"mado*.apex || abort fi