From 68639b6fd46b6d8ed44363aa9d356dd58c33e83d Mon Sep 17 00:00:00 2001 From: Michael James Date: Fri, 14 Jun 2019 00:22:51 +0100 Subject: [PATCH] Updated Bash on Windows to use wsl.exe as bash.exe is deprecated and updated the branding name (#3711) --- app/config/config-default.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/config-default.js b/app/config/config-default.js index 7dd07565..d44c57cc 100644 --- a/app/config/config-default.js +++ b/app/config/config-default.js @@ -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`