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

Skip to content

Commit 52abc44

Browse files
author
stonebig
committed
georgejean tweaks for powershell (forgotten space)
1 parent bc9f270 commit 52abc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ def _create_batch_scripts_initial(self):
720720
self.create_batch_script('cmd_ps.bat', r"""@echo off
721721
rem safe bet
722722
call "%~dp0env_for_icons.bat"
723-
Powershell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy RemoteSigned -noexit -File""%~dp0WinPython_PS_Prompt.ps1""'}"
723+
Powershell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy RemoteSigned -noexit -File ""%~dp0WinPython_PS_Prompt.ps1""'}"
724724
exit
725725
""")
726726

0 commit comments

Comments
 (0)