Skip to content

Commit 07c3225

Browse files
authored
Merge pull request #440 from stonebig/master
@georgejean tweaks for powershell (forgotten part)
2 parents 552ceeb + bc9f270 commit 07c3225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ def _create_batch_scripts_initial(self):
721721
rem safe bet
722722
call "%~dp0env_for_icons.bat"
723723
Powershell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy RemoteSigned -noexit -File""%~dp0WinPython_PS_Prompt.ps1""'}"
724+
exit
724725
""")
725726

726727
self.create_batch_script('WinPython_Interpreter_PS.bat', r"""@echo off

0 commit comments

Comments
 (0)