From d89612a82125471c0d608b9af388581ed955c9a6 Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Mon, 1 Apr 2019 21:17:25 +1100 Subject: [PATCH] Update .appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 72b95c33..8ef3b86e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: