Skip to content

Commit 64cd967

Browse files
authored
Merge pull request #517 from RPSMain/patch-2
Fix make.bat Name
2 parents 1df0afa + f129c51 commit 64cd967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ if "%1" == "qthelp" (
127127
echo.
128128
echo.Build finished; now you can run "qcollectiongenerator" with the ^
129129
.qhcp project file in %BUILDDIR%/qthelp, like this:
130-
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\discord.py.qhcp
130+
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\pycord.qhcp
131131
echo.To view the help file:
132-
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\discord.py.ghc
132+
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\pycord.ghc
133133
goto end
134134
)
135135

0 commit comments

Comments
 (0)