mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 09:00:26 +00:00
Small fix [release]
This commit is contained in:
parent
9d7fcab111
commit
08032c96e5
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 cmd /C \"" + file + "\"";
|
||||
return "-ExecutionPolicy Bypass -Command cmd /C '" + file + "'";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue