mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Last appveyor platform version doesn't have python 3.6
This commit is contained in:
@ -16,7 +16,7 @@ IF %_WITH_CONSOLE% EQU 1 (
|
||||
)
|
||||
|
||||
echo "Running fix_desktop"
|
||||
C:\Python36\Python ..\appveyor\fix_desktop_makefile.py Makefile.Release || exit /b 1
|
||||
C:\Python312\Python ..\appveyor\fix_desktop_makefile.py Makefile.Release || exit /b 1
|
||||
echo "Running nmake"
|
||||
nmake || exit /b 1
|
||||
cd ..
|
||||
|
Reference in New Issue
Block a user