Browse Source

Fix launch of qmk_driver_installer on msys2

pull/1491/head
Fred Sundvik 6 years ago
parent
commit
7bedf8f4f2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      util/win_shared_install.sh

+ 2
- 1
util/win_shared_install.sh View File

@ -35,7 +35,8 @@ function install_utils {
function install_drivers {
pushd $download_dir
cmd.exe /C qmk_driver_installer.exe $1 $2 ../drivers.txt
echo
cmd.exe /c "qmk_driver_installer.exe $1 $2 ..\\drivers.txt"
popd > /dev/null
}


Loading…
Cancel
Save