Correct zxcvbn build on windows & snap build

This commit is contained in:
Jonathan White 2018-02-21 21:27:19 -05:00
parent ea33caa1a8
commit 69283e83d8
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
3 changed files with 8 additions and 6 deletions

View file

@ -676,7 +676,7 @@ build() {
# release.
cpack -G "NSIS;ZIP;${CPACK_GENERATORS}"
mv "./${APP_NAME}-${RELEASE_NAME}-"*.* ../
mv "./${APP_NAME}-"*.* ../
else
mkdir -p "${OUTPUT_DIR}/bin-release"