Skip to content

Commit 31c3e8f

Browse files
Pulusani, DaminiGitHub Enterprise
authored andcommitted
Merge pull request Autodesk#6 from bellro/dev/bellro/detect-github-desktop
Detect GitHub Desktop on Windows
2 parents cf86e6c + 20b2013 commit 31c3e8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/setup_helpers.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ function one_ping () {
279279

280280
case $(uname -s) in
281281
MINGW??_NT*) . $KIT_PATH/lib/win/setup_helpers.sh;;
282+
MSYS_NT*) . $KIT_PATH/lib/win/setup_helpers.sh;;
282283
Darwin) . $KIT_PATH/lib/osx/setup_helpers.sh;;
283284
Linux) . $KIT_PATH/lib/lnx/setup_helpers.sh;;
284285
*) . $KIT_PATH/lib/other/setup_helpers.sh;;

0 commit comments

Comments
 (0)