Fix launch of qmk_driver_installer on msys2
This commit is contained in:
parent
a2d3fc98b8
commit
7bedf8f4f2
@ -35,7 +35,8 @@ function install_utils {
|
|||||||
|
|
||||||
function install_drivers {
|
function install_drivers {
|
||||||
pushd $download_dir
|
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
|
popd > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user