File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -770,26 +770,26 @@ def _create_launchers(self):
770770 )
771771
772772 # 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+ # )
779779
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+ # )
786786
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+ # )
793793
794794 # Jupyter launchers
795795 self .create_launcher (
Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '7.4.20240310 '
31+ __version__ = '7.5.20240317 '
3232__license__ = __doc__
3333__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments