Skip to content

Commit 91c719d

Browse files
committedNov 21, 2020
Try to fix appveyor build.
1 parent 8ab5b2d commit 91c719d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resources/scripts/.appveyor-build-win.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo "qmake args are: '$env:qmake_args'."
2424

2525
mkdir "rssguard-build"
2626
cd "rssguard-build"
27-
& "$qt_qmake" "..\build.pro" "$env:qmake_args"
27+
& "$qt_qmake" "..\build.pro" "-r" "$env:qmake_args" "CONFIG-=debug" "CONFIG-=debug_and_release" "CONFIG*=release"
2828
nmake.exe
2929

3030
cd "src\rssguard"

0 commit comments

Comments
 (0)
Please sign in to comment.