mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Updated Bash on Windows to use wsl.exe as bash.exe is deprecated and updated the branding name (#3711)
This commit is contained in:
parent
734f63b577
commit
68639b6fd4
1 changed files with 2 additions and 2 deletions
|
|
@ -98,8 +98,8 @@ module.exports = {
|
|||
// - Make sure to use a full path if the binary name doesn't work
|
||||
// - Remove `--login` in shellArgs
|
||||
//
|
||||
// Bash on Windows
|
||||
// - Example: `C:\\Windows\\System32\\bash.exe`
|
||||
// Windows Subsystem for Linux (WSL) - previously Bash on Windows
|
||||
// - Example: `C:\\Windows\\System32\\wsl.exe`
|
||||
//
|
||||
// PowerShell on Windows
|
||||
// - Example: `C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`
|
||||
|
|
|
|||
Loading…
Reference in a new issue