Skip to content

Commit 993d2f8

Browse files
authored
Merge pull request #15 from Bearsampp/April
3.10.9
2 parents 7c1459d + e5f9ee9 commit 993d2f8

File tree

5 files changed

+18
-1
lines changed

5 files changed

+18
-1
lines changed

bin/python3.10.9/bearsampp.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pythonVersion = "3.10.9"
2+
pythonExe = "bin\python.bat"
3+
pythonCpExe = "WinPython Control Panel.exe"
4+
pythonIdleExe = "IDLE (Python GUI).exe"
5+
6+
bundleRelease = "@RELEASE_VERSION@"

bin/python3.10.9/bin/python.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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" %*

bin/python3.10.9/wheel/install.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
set WINPYSCRIPTSDIR=%~dp0..\scripts
3+
call "%WINPYSCRIPTSDIR%\env.bat"
4+
"%WINPYDIR%\Scripts\pip.exe" install pywin32-304.0-cp310-cp310-win_amd64.whl
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2023.3.5/pywin32-304.0-cp310-cp310-win_amd64.whl

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = python
2-
bundle.release = 2022.09.30
2+
bundle.release = 2022.4.30
33
bundle.type = tools
44
bundle.format = 7z
55

0 commit comments

Comments
 (0)