From 41e2980112d4e611ed9d1c488f8c3dc5182a1ab0 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: Wed, 31 Jul 2024 20:01:00 +0700 Subject: [PATCH] Fix typo --- scripts/build_with_mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_with_mount.sh b/scripts/build_with_mount.sh index 3e415b07..1b413b39 100755 --- a/scripts/build_with_mount.sh +++ b/scripts/build_with_mount.sh @@ -748,7 +748,7 @@ else fi artifact_name=WSA_${WSA_VER}_${ARCH}_${WSA_REL}${name1}${name2} if [ "$REMOVE_AMAZON" = "yes" ]; then - artifact_name+="-RemovedAmazon" + artifact_name+="-NoAmazon" touch "$WORK_DIR/wsa/$ARCH/apex/.gitkeep" fi echo "$artifact_name"