Update default python path on windows

This commit is contained in:
Orsiris de Jong 2023-08-28 18:20:12 +02:00
parent 47f9d75d97
commit 556acea6ca

View file

@ -2,7 +2,7 @@
:: This is an example compiler script
SET PYTHON64=c:\python310-64\python.exe
SET PYTHON64=c:\python311-64\python.exe
SET PYTHON32=c:\python37-32\python.exe