mirror of
https://github.com/xpipe-io/xpipe.git
synced 2025-04-17 01:33:36 +00:00
Another power shell open fix [release]
This commit is contained in:
parent
aee815cb4b
commit
9d7fcab111
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public interface ExternalTerminalType extends PrefsChoiceValue {
|
|||
|
||||
@Override
|
||||
protected String toCommand(String name, String file) {
|
||||
return "-ExecutionPolicy Bypass -Command \"" + file + "\"";
|
||||
return "-ExecutionPolicy Bypass -Command cmd /C \"" + file + "\"";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue