From 28c0b2c401f32fb8f06735a7448ce0f9ec92f317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Mon, 20 Oct 2025 02:29:16 +0300 Subject: [PATCH] Use a newer Python in Windows installer script --- WINDOWS_INSTALL.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WINDOWS_INSTALL.bat b/WINDOWS_INSTALL.bat index f5a0250..47cfd0d 100644 --- a/WINDOWS_INSTALL.bat +++ b/WINDOWS_INSTALL.bat @@ -139,10 +139,10 @@ if exist "%VERSION_FILE%" ( REM Python embedded download configuration for different architectures if "%PROCESSOR_ARCHITECTURE%"=="x86" ( set PYTHON_EMBEDDED_FILE=%PROJECTFOLDER%\python_embedded_win32.zip - set PYTHON_EMBEDDED_URL=https://github.com/wojiushixiaobai/Python-Embed-Win64/releases/download/3.12.8/python-3.12.8-embed-win32.zip + set PYTHON_EMBEDDED_URL=https://github.com/wojiushixiaobai/Python-Embed-Win64/releases/download/3.12.12/python-3.12.12-embed-win32.zip ) else ( set PYTHON_EMBEDDED_FILE=%PROJECTFOLDER%\python_embedded_amd64.zip - set PYTHON_EMBEDDED_URL=https://github.com/wojiushixiaobai/Python-Embed-Win64/releases/download/3.12.8/python-3.12.8-embed-amd64.zip + set PYTHON_EMBEDDED_URL=https://github.com/wojiushixiaobai/Python-Embed-Win64/releases/download/3.12.12/python-3.12.12-embed-amd64.zip ) :: Check if Python exists