Skip to content

Commit

Permalink
Merge pull request #1303 from stonebig/master
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
stonebig committed Mar 17, 2024
2 parents 33b21f9 + f2efc0b commit 1d583d6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions make.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,26 +770,26 @@ def _create_launchers(self):
)

# Multi-Qt launchers
self.create_launcher(
"Qt Designer.exe",
"qtdesigner.ico",
command="wscript.exe",
args=r"Noshell.vbs qtdesigner.bat",
)
#self.create_launcher(
# "Qt Designer.exe",
# "qtdesigner.ico",
# command="wscript.exe",
# args=r"Noshell.vbs qtdesigner.bat",
#)

self.create_launcher(
"Qt Linguist.exe",
"qtlinguist.ico",
command="wscript.exe",
args=r"Noshell.vbs qtlinguist.bat",
)
#self.create_launcher(
# "Qt Linguist.exe",
# "qtlinguist.ico",
# command="wscript.exe",
# args=r"Noshell.vbs qtlinguist.bat",
#)

self.create_launcher(
"Qt Assistant.exe",
"qtassistant.ico",
command="wscript.exe",
args=r"Noshell.vbs qtassistant.bat",
)
#self.create_launcher(
# "Qt Assistant.exe",
# "qtassistant.ico",
# command="wscript.exe",
# args=r"Noshell.vbs qtassistant.bat",
#)

# Jupyter launchers
self.create_launcher(
Expand Down
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '7.4.20240310'
__version__ = '7.5.20240317'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'

0 comments on commit 1d583d6

Please sign in to comment.