-
Notifications
You must be signed in to change notification settings - Fork 614
detach bash on windows. #431
base: master
Are you sure you want to change the base?
Conversation
because windows don't have unzip binary.
this change prevents most Windows users from small pitfall. most Windows users launch the bash terminal dedicated only when using Git. most Windows users are using the cmd terminal when using |
Ah, gotcha. Thanks for the clarification. I understand your motivation, but many of our developers, including myself, use Git Bash as our Brackets command-line environment on Windows. Unfortunately, your change will break our environments. In short, if you're hacking on Brackets on Windows. Please be sure to use the Git Bash terminal to interact with git and run the grunt scripts as already documented in the Building Brackets Shell for Windows Wiki. Thanks! Alternatively, you could submit an alternate set of commands or scripts that might be more "Command Prompt"-friendly, without breaking the existing scripts which leverage Git Bash. |
this change don't change script behavior. |
@taichi these changes do change the tools used to in the shell's build script so the behavior hasn't changed -- no, but the tools used to build the shell have changed. These may cause our automated scripts to fail and it could cause users with limited rights the inability to build. Adm-zip would need to be installed |
windows don't have bash commands.
so switch to javascript.