8000 Merge pull request #1303 from stonebig/master · alapollon/winpython@1d583d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d583d6

Browse files
authored
Merge pull request winpython#1303 from stonebig/master
cleanup
2 parents 33b21f9 + f2efc0b commit 1d583d6

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

make.py

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff 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(

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER 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/'

0 commit comments

Comments
 (0)
0