1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore: fix windows CI script

This commit is contained in:
sudden6 2019-02-25 19:46:27 +01:00
parent 4fe6addb04
commit e6fb66f052
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -135,7 +135,7 @@ then
fi
# Generate checksum files for releases
if [ "$STAGE" == "stage3" && "$BUILD_TYPE" == "release" ]
if [ "$STAGE" == "stage3" ] && [ "$BUILD_TYPE" == "release" ]
then
readonly OUT_DIR=./workspace/"$ARCH"/qtox/"$BUILD_TYPE"/
readonly NAME=setup-qtox-"$ARCH"-"$BUILD_TYPE".exe