We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07c3225 + 52abc44 commit 956d813Copy full SHA for 956d813
make.py
@@ -720,7 +720,7 @@ def _create_batch_scripts_initial(self):
720
self.create_batch_script('cmd_ps.bat', r"""@echo off
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""'}"
+Powershell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy RemoteSigned -noexit -File ""%~dp0WinPython_PS_Prompt.ps1""'}"
724
exit
725
""")
726
0 commit comments