diff options
Diffstat (limited to 'docs/make.bat')
| -rw-r--r-- | docs/make.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/make.bat b/docs/make.bat index f04b4b55..bb9b6353 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -127,9 +127,9 @@ if "%1" == "qthelp" ( echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: - echo.^> qcollectiongenerator %BUILDDIR%\qthelp\pydiscord.qhcp + echo.^> qcollectiongenerator %BUILDDIR%\qthelp\discord.py.qhcp echo.To view the help file: - echo.^> assistant -collectionFile %BUILDDIR%\qthelp\pydiscord.ghc + echo.^> assistant -collectionFile %BUILDDIR%\qthelp\discord.py.ghc goto end ) |