We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd25c6 commit 163ef56Copy full SHA for 163ef56
post_install.bat
@@ -22,7 +22,7 @@ if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
22
) ELSE IF "%PROCESSOR_ARCHITEW6432%" == "AMD64" (
23
drivers\dpinst-amd64.exe /PATH %cd%\drivers\prewin10 %ARGS%
24
) ELSE (
25
- drivers/dpinst-x86.exe /PATH %cd%\drivers\prewin10 %ARGS%
+ drivers\dpinst-x86.exe /PATH %cd%\drivers\prewin10 %ARGS%
26
)
27
28
exit /b 0
0 commit comments