Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 696f1bc

Browse files
author
stonebig
committed
more NSIS simplification
1 parent 9a49497 commit 696f1bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

make.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ def create_launcher(self, name, icon, command=None,
312312
assert osp.isfile(icon_fname)
313313

314314
# Customizing NSIS script
315-
conv = lambda path: ";".join(['${WINPYDIR}\\'+pth for pth in path])
316-
prepath = conv(self.prepath)
317-
postpath = conv(self.postpath)
318315
if command is None:
319316
if args is not None and '.pyw' in args:
320317
command = '${WINPYDIR}\pythonw.exe'

0 commit comments

Comments
 (0)