Commit eb465b82 authored by Medicean's avatar Medicean

(Enhance:Terminal) 补充 powershell 2,3,4 版本路径

parent af9dc41a
......@@ -160,6 +160,12 @@ class Terminal {
"C:/Windows/SysWOW64/cmd.exe",
"C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe",
"C:/Windows/SysWOW64/WindowsPowerShell/v1.0/powershell.exe",
"C:/Windows/System32/WindowsPowerShell/v2.0/powershell.exe",
"C:/Windows/SysWOW64/WindowsPowerShell/v2.0/powershell.exe",
"C:/Windows/System32/WindowsPowerShell/v3.0/powershell.exe",
"C:/Windows/SysWOW64/WindowsPowerShell/v3.0/powershell.exe",
"C:/Windows/System32/WindowsPowerShell/v4.0/powershell.exe",
"C:/Windows/SysWOW64/WindowsPowerShell/v4.0/powershell.exe",
].join(',');
}else{
binarr = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment