From b2230f4ef74667326f90b8ef4a0bfec8becc64f5 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 28 Apr 2020 10:37:24 +0200 Subject: [PATCH] Use cloud Qt. --- resources/scripts/.appveyor-build-win.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/scripts/.appveyor-build-win.ps1 b/resources/scripts/.appveyor-build-win.ps1 index ae58377a5..be33e101c 100644 --- a/resources/scripts/.appveyor-build-win.ps1 +++ b/resources/scripts/.appveyor-build-win.ps1 @@ -11,9 +11,11 @@ mkdir "rssguard-build" cd "rssguard-build" qmake.exe ..\build.pro "$env:qmake_args" nmake.exe + +cd "src\rssguard" nmake.exe install -cd "src\rssguard\app" +cd "app" windeployqt.exe --verbose 1 --compiler-runtime --no-translations --release rssguard.exe librssguard.dll cd ".." nmake.exe windows_all