File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -770,26 +770,26 @@ def _create_launchers(self):
770
770
)
771
771
772
772
# Multi-Qt launchers
773
- self .create_launcher (
774
- "Qt Designer.exe" ,
775
- "qtdesigner.ico" ,
776
- command = "wscript.exe" ,
777
- args = r"Noshell.vbs qtdesigner.bat" ,
778
- )
773
+ # self.create_launcher(
774
+ # "Qt Designer.exe",
775
+ # "qtdesigner.ico",
776
+ # command="wscript.exe",
777
+ # args=r"Noshell.vbs qtdesigner.bat",
778
+ # )
779
779
780
- self .create_launcher (
781
- "Qt Linguist.exe" ,
782
- "qtlinguist.ico" ,
783
- command = "wscript.exe" ,
784
- args = r"Noshell.vbs qtlinguist.bat" ,
785
- )
780
+ # self.create_launcher(
781
+ # "Qt Linguist.exe",
782
+ # "qtlinguist.ico",
783
+ # command="wscript.exe",
784
+ # args=r"Noshell.vbs qtlinguist.bat",
785
+ # )
786
786
787
- self .create_launcher (
788
- "Qt Assistant.exe" ,
789
- "qtassistant.ico" ,
790
- command = "wscript.exe" ,
791
- args = r"Noshell.vbs qtassistant.bat" ,
792
- )
787
+ # self.create_launcher(
788
+ # "Qt Assistant.exe",
789
+ # "qtassistant.ico",
790
+ # command="wscript.exe",
791
+ # args=r"Noshell.vbs qtassistant.bat",
792
+ # )
793
793
794
794
# Jupyter launchers
795
795
self .create_launcher (
Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '7.4.20240310 '
31
+ __version__ = '7.5.20240317 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments