mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Added artifact name more details (#289)
Co-authored-by: Howard Wu <40033067+Howard20181@users.noreply.github.com>
This commit is contained in:
parent
6e31ee5e53
commit
e5f25504a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user