Thanks to visit codestin.com Credit goes to github.com
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.
1 parent bc9f270 commit 52abc44Copy full SHA for 52abc44
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