Update .appveyor.yml

This commit is contained in:
Chris Esposito 2019-04-01 21:25:44 +11:00 committed by GitHub
parent 9151b1706b
commit 86a807a623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ before_build:
build_script:
- ps: $env:GIT_HASH_SHORT=$(git rev-parse --short HEAD)
- qmake CONFIG+=release DEFINES+=GIT_HASH_SHORT=\\\"%GIT_HASH_SHORT%\\\"
- qmake CONFIG+=release DEFINES+='GIT_HASH_SHORT=\\\"%GIT_HASH_SHORT%\\\"'
- nmake
after_build: