Skip to content

Commit 197a5f5

Browse files
author
stonebig
committed
cleanup
1 parent d90e2ba commit 197a5f5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

make.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -520,17 +520,6 @@ def _create_launchers(self):
520520
command='${WINPYDIR}\pythonw.exe',
521521
args='wpcp', workdir='${WINPYDIR}\Scripts')
522522

523-
# XXX: Uncomment this part only when we are clear on how to handle
524-
# the registration process during installation. "Register.exe" was
525-
# only intended to be executed during installation by installer.nsi,
526-
# but, we can't let this executable at the root of WinPython directory
527-
# (too dangerous) and we can't move it easily as launchers are made
528-
# to be executed when located at root directory... so we could remove
529-
# it just after executing it, but is it even possible?
530-
# self.create_launcher('Register.exe', 'winpython.ico',
531-
# args='register_python',
532-
# workdir='${WINPYDIR}\Scripts')
533-
534523
python_lib_dir = osp.join(self.winpydir, self.python_name,
535524
r"Lib\site-packages")
536525
# manage Qt4, Qt5

0 commit comments

Comments
 (0)