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