Skip to content

Commit 163ef56

Browse files
committed
Fix post_install script on Windows x86 (32bit)
1 parent dbd25c6 commit 163ef56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post_install.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
2222
) ELSE IF "%PROCESSOR_ARCHITEW6432%" == "AMD64" (
2323
drivers\dpinst-amd64.exe /PATH %cd%\drivers\prewin10 %ARGS%
2424
) ELSE (
25-
drivers/dpinst-x86.exe /PATH %cd%\drivers\prewin10 %ARGS%
25+
drivers\dpinst-x86.exe /PATH %cd%\drivers\prewin10 %ARGS%
2626
)
2727

2828
exit /b 0

0 commit comments

Comments
 (0)