bpo-33831: Make htmlview run again (GH-7628)
(cherry picked from commit 0e5f901508
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
parent
b06fc2d244
commit
904cdbaa9b
|
@ -156,7 +156,7 @@ cmd /C %this% html
|
||||||
|
|
||||||
if EXIST "%BUILDDIR%\html\index.html" (
|
if EXIST "%BUILDDIR%\html\index.html" (
|
||||||
echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
|
echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
|
||||||
start "%BUILDDIR%\html\index.html"
|
start "" "%BUILDDIR%\html\index.html"
|
||||||
)
|
)
|
||||||
|
|
||||||
goto end
|
goto end
|
||||||
|
|
Loading…
Reference in New Issue