File tree Expand file tree Collapse file tree 9 files changed +37
-1
lines changed Expand file tree Collapse file tree 9 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 1+ pythonVersion = "3.12.9"
2+ pythonExe = "bin\python.bat"
3+ pythonCpExe = "WinPython Control Panel.exe"
4+ pythonIdleExe = "IDLE (Python GUI).exe"
5+
6+ bundleRelease = "@RELEASE_VERSION@"
Original file line number Diff line number Diff line change 1+ @ echo off
2+ set WINPYSCRIPTSDIR = %~dp0 ..\scripts
3+ call " %WINPYSCRIPTSDIR% \env_for_icons.bat"
4+ cd/D " %WINPYWORKDIR% "
5+ rem backward compatibility for python command-line users
6+ " %WINPYDIR% \python.exe" %*
Original file line number Diff line number Diff line change 1+ @ echo off
2+ set WINPYSCRIPTSDIR = %~dp0 ..\scripts
3+ call " %WINPYSCRIPTSDIR% \env.bat"
4+ " %WINPYDIR% \Scripts\pip.exe" install pywin32-310-cp312-cp312-win_amd64.whl
5+
Original file line number Diff line number Diff line change 1+ wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2025.4.19/pywin32-310-cp312-cp312-win_amd64.whl
Original file line number Diff line number Diff line change 1+ pythonVersion = "3.13.2"
2+ pythonExe = "bin\python.bat"
3+ pythonCpExe = "WinPython Control Panel.exe"
4+ pythonIdleExe = "IDLE (Python GUI).exe"
5+
6+ bundleRelease = "@RELEASE_VERSION@"
Original file line number Diff line number Diff line change 1+ @ echo off
2+ set WINPYSCRIPTSDIR = %~dp0 ..\scripts
3+ call " %WINPYSCRIPTSDIR% \env_for_icons.bat"
4+ cd/D " %WINPYWORKDIR% "
5+ rem backward compatibility for python command-line users
6+ " %WINPYDIR% \python.exe" %*
Original file line number Diff line number Diff line change 1+ @ echo off
2+ set WINPYSCRIPTSDIR = %~dp0 ..\scripts
3+ call " %WINPYSCRIPTSDIR% \env.bat"
4+ " %WINPYDIR% \Scripts\pip.exe" install pywin32-310-cp313-cp313-win_amd64.whl
5+
Original file line number Diff line number Diff line change 1+ wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2025.4.19/pywin32-310-cp313-cp313-win_amd64.whl
Original file line number Diff line number Diff line change 11bundle.name = python
2- bundle.release = 2025.2.13
2+ bundle.release = 2025.4.19
33bundle.type = tools
44bundle.format = 7z
55
You can’t perform that action at this time.
0 commit comments