aka7774 commited on
Commit
8da5ec3
1 Parent(s): bc220e0

Update install.bat

Browse files
Files changed (1) hide show
  1. install.bat +1 -1
install.bat CHANGED
@@ -29,7 +29,7 @@ set GIT=%INSTALL_DIR%PortableGit\bin\git
29
  %GIT% clone %REPOS%
30
 
31
  :install_python
32
- set DL_URL=https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.10.13+20240107-i686-pc-windows-msvc-shared-install_only.tar.gz
33
  set DL_DST="%INSTALL_DIR%python.tar.gz"
34
  curl -L -o %DL_DST% %DL_URL%
35
  if not exist %DL_DST% bitsadmin /transfer dl %DL_URL% %DL_DST%
 
29
  %GIT% clone %REPOS%
30
 
31
  :install_python
32
+ set DL_URL=https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.10.14+20240415-x86_64-pc-windows-msvc-shared-install_only.tar.gz
33
  set DL_DST="%INSTALL_DIR%python.tar.gz"
34
  curl -L -o %DL_DST% %DL_URL%
35
  if not exist %DL_DST% bitsadmin /transfer dl %DL_URL% %DL_DST%