mirror of
https://github.com/RubyMetric/chsrc
synced 2026-01-03 17:49:52 +08:00
优先使用 pwsh,不存在时回落使用 powershell
This commit is contained in:
@@ -95,7 +95,7 @@ pl_python_uv_getsrc (char *option)
|
||||
{
|
||||
/* 在 Windows 上使用 PowerShell 替代 grep */
|
||||
char *script = xy_str_gsub (RAWSTR_pl_python_get_uv_config_on_windows, "@f@", uv_config);
|
||||
chsrc_run_as_pwsh_file (script);
|
||||
chsrc_run_as_powershell_file (script);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user