mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2025-04-08 03:51:19 +02: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
|
||||||
fi
|
fi
|
||||||
artifact_name="WSA_${WSA_VER}_${ARCH}_${WSA_REL}${name1}${name2}"
|
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 "$artifact_name"
|
||||||
echo -e "\nFinishing building...."
|
echo -e "\nFinishing building...."
|
||||||
if [ -f "$OUTPUT_DIR" ]; then
|
if [ -f "$OUTPUT_DIR" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user