]> jfr.im git - irc/kvirc/KVIrc.git/commitdiff
Workaround to vc_redist #2335 (#2336)
authorcraftwar <redacted>
Fri, 22 Dec 2017 18:44:27 +0000 (02:44 +0800)
committerAlexey Sokolov <redacted>
Fri, 22 Dec 2017 18:44:27 +0000 (18:44 +0000)
.appveyor.yml

index dc6b989dd41755ffcbd28b7085fc6746296bfde0..fc93f84429ecaa51b299b7cd4fa99083af9bbde9 100644 (file)
@@ -146,6 +146,7 @@ build_script:
     - ps: Push-AppveyorArtifact CMakeCache.txt
     - nmake install VERBOSE=1
     - c:\cygwin\bin\ls -l release/
+    - mklink /H "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\redist\MSVC\14.12.25810\vcredist_%arch%.exe" "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\redist\MSVC\14.12.25810\vc_redist.%arch%.exe" #temp workaround to vc_redist til updating Qt to 5.9.4/5.10.1 (windeployqt bug). NSIS script need to be fixed before removing this line
     - ps: |
         $env:Path += ";c:/Qt/$env:qt_ver/bin"
         if ($env:cmake_build_type -eq "Debug") {