We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef46f9 commit bc9f270Copy full SHA for bc9f270
make.py
@@ -721,6 +721,7 @@ def _create_batch_scripts_initial(self):
721
rem safe bet
722
call "%~dp0env_for_icons.bat"
723
Powershell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy RemoteSigned -noexit -File""%~dp0WinPython_PS_Prompt.ps1""'}"
724
+exit
725
""")
726
727
self.create_batch_script('WinPython_Interpreter_PS.bat', r"""@echo off
0 commit comments