We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff00ae commit 72c1224Copy full SHA for 72c1224
post_install.bat
@@ -10,11 +10,11 @@ if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
10
11
REM dpinst /PATH has problems with relative paths, so use absolute path.
12
if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
13
- drivers\dpinst-amd64.exe /PATH %cd%\drivers\gemma %ARGS%
+ drivers\dpinst-amd64.exe /PATH "%cd%\drivers\gemma" %ARGS%
14
) ELSE IF "%PROCESSOR_ARCHITEW6432%" == "AMD64" (
15
16
) ELSE (
17
- drivers\dpinst-x86.exe /PATH %cd%\drivers\gemma %ARGS%
+ drivers\dpinst-x86.exe /PATH "%cd%\drivers\gemma" %ARGS%
18
)
19
20
exit /b 0
0 commit comments