From e5f25504a09057e9bce0903437782c310efb0ad1 Mon Sep 17 00:00:00 2001 From: Syuugo Date: Fri, 9 Dec 2022 21:36:59 +0900 Subject: [PATCH] Added artifact name more details (#289) Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com> --- scripts/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index 8c947a1..67af14c 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -902,6 +902,12 @@ else fi fi artifact_name="WSA_${WSA_VER}_${ARCH}_${WSA_REL}${name1}${name2}" +if [ "$NOFIX_PROPS" = "yes" ]; then + artifact_name+="-NoFixProps" +fi +if [ "$REMOVE_AMAZON" = "yes" ]; then + artifact_name+="-RemovedAmazon" +fi echo "$artifact_name" echo -e "\nFinishing building...." if [ -f "$OUTPUT_DIR" ]; then