Small fix [release]

This commit is contained in:
crschnick 2023-04-05 23:47:58 +00:00
parent 9d7fcab111
commit 08032c96e5

View file

@ -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