Fix qmk_install.sh on Windows dropping to command prompt (#6488)
parent
a6701c28d2
commit
59d3b37130
|
@ -34,7 +34,7 @@ function install_drivers {
|
|||
pushd "$download_dir"
|
||||
cp -f "$dir/drivers.txt" .
|
||||
echo
|
||||
cmd.exe /c "qmk_driver_installer.exe $1 $2 drivers.txt"
|
||||
cmd.exe //c "qmk_driver_installer.exe $1 $2 drivers.txt"
|
||||
popd > /dev/null
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue