diff options
| author | Rapptz <[email protected]> | 2015-08-22 07:32:28 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-08-22 07:43:41 -0400 |
| commit | 44953e7a3ffed1e5ad5ee1e5eead6b059615d401 (patch) | |
| tree | 9b110f53f3cf6649a8a530b12eef19576b0b481c /docs/make.bat | |
| parent | Some documentation warning fixes. (diff) | |
| download | discord.py-44953e7a3ffed1e5ad5ee1e5eead6b059615d401.tar.xz discord.py-44953e7a3ffed1e5ad5ee1e5eead6b059615d401.zip | |
Rename project from pydiscord to discord.py
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 ) |