File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed
Expand file tree Collapse file tree 4 files changed +12
-11
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- pyqt5 = https://github.com/Bearsampp/modules-untouched/releases/download/python-2022.09.07/pywin32-304.0-cp310-cp310-win_amd64.whl
1+ wheel = https://github.com/Bearsampp/modules-untouched/releases/download/python-2022.09.07/pywin32-304.0-cp310-cp310-win_amd64.whl
Original file line number Diff line number Diff line change 3939 <arg value =" pip" />
4040 </exec >
4141
42- <!-- Download pyqt5 -->
43- <echo message =" Download pyqt5 " />
44- <property name =" pyqt5 .path" location =" ${ bundle.srcdest } /pyqt5 " />
45- <property file =" ${ pyqt5 .path} /pyqt5 .properties" />
46- <mkdir dir =" ${ pyqt5 .path} " />
47- <get dest =" ${ pyqt5 .path} " src =" ${ pyqt5 } " skipexisting =" true" />
42+ <!-- Download wheel -->
43+ <echo message =" Download Wheel " />
44+ <property name =" wheel .path" location =" ${ bundle.srcdest } /wheel " />
45+ <property file =" ${ wheel .path} /wheel .properties" />
46+ <mkdir dir =" ${ wheel .path} " />
47+ <get dest =" ${ wheel .path} " src =" ${ wheel } " skipexisting =" true" />
4848
49- <!-- Install pyqt5 -->
50- <echo message =" Install PyQt5 " />
51- <exec executable =" ${ pyqt5 .path} /install.bat" dir =" ${ pyqt5 .path} " failonerror =" true" />
52- <delete dir =" ${ pyqt5 .path} " />
49+ <!-- Install wheel -->
50+ <echo message =" Install Wheel " />
51+ <exec executable =" ${ wheel .path} /install.bat" dir =" ${ wheel .path} " failonerror =" true" />
52+ <delete dir =" ${ wheel .path} " />
5353
5454 <delete dir =" ${ bundle.tmp.prep.path } /${ bundle.folder } " />
5555 <mkdir dir =" ${ bundle.tmp.prep.path } /${ bundle.folder } " />
Original file line number Diff line number Diff line change 1+ 3.10.5.0 = https://github.com/Bearsampp/module-python/releases/download/2022.07.16/bearsampp-python-3.7.0.2-2022.07.16.7z
You can’t perform that action at this time.
0 commit comments