mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
[AppVeyor] Compile kiwix-desktop using static lib when possible.
This commit is contained in:
@ -5,7 +5,7 @@ cd kiwix-desktop
|
||||
echo "Getting fix_desktop"
|
||||
curl -fsSL -O http://public.kymeria.fr/KIWIX/windows/fix_desktop_makefile.py_ || exit /b 1
|
||||
echo "Running qmake"
|
||||
C:\Qt\5.11\msvc2017_64\bin\qmake.exe || exit /b 1
|
||||
C:\Qt\5.11\msvc2017_64\bin\qmake.exe "CONFIG+=static" || exit /b 1
|
||||
echo "Running fix_desktop"
|
||||
C:\Python36\Python fix_desktop_makefile.py_ Makefile.Release || exit /b 1
|
||||
echo "Running nmake"
|
||||
|
Reference in New Issue
Block a user