Browse Source

Fix qmk_install.sh on Windows dropping to command prompt (#6488)

pull/6498/head 0.6.442
fauxpark 4 years ago
committed by Drashna Jaelre
parent
commit
59d3b37130
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      util/win_shared_install.sh

+ 1
- 1
util/win_shared_install.sh View File

@ -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…
Cancel
Save