From 68a5bb0cd3aacde4557658dd9dfa2ea3d8f2caa5 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 28 Apr 2020 10:10:39 +0200 Subject: [PATCH] Use cloud Qt. --- resources/scripts/.appveyor-build-win.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/.appveyor-build-win.ps1 b/resources/scripts/.appveyor-build-win.ps1 index 87d6dc1a3..b6bdb2c44 100644 --- a/resources/scripts/.appveyor-build-win.ps1 +++ b/resources/scripts/.appveyor-build-win.ps1 @@ -14,7 +14,7 @@ nmake.exe nmake.exe install cd "src\rssguard\app" -"$env:QTDIR\bin\windeployqt.exe" --verbose 1 --compiler-runtime --no-translations --release rssguard.exe librssguard.dll +"$env:QTDIR\bin\windeployqt.exe --verbose 1 --compiler-runtime --no-translations --release rssguard.exe librssguard.dll" cd ".." nmake.exe windows_all cd "$old_pwd" \ No newline at end of file