mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
Fix launch of qmk_driver_installer on msys2
This commit is contained in:
parent
a2d3fc98b8
commit
7bedf8f4f2
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue