Explorar el Código

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

fauxpark hace 6 años
padre
commit
59d3b37130
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      util/win_shared_install.sh

+ 1 - 1
util/win_shared_install.sh

@@ -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
 }