Update docs to reflect that make.py has been merged into setup.py

This commit is contained in:
Veronica K. B. Olsen
2021-01-23 14:51:27 +01:00
parent 54bc6550ee
commit 16c428dbd5
+2 -2
View File
@@ -239,8 +239,8 @@ run:
your python executable followed by ``novelWriter.py``. It should look something like this:
``C:\...\AppData\Local\Programs\Python\Python38\python.exe novelWriter.py``
You can also run the ``make.py`` script to generate a single executable, or an installer.
See `Build and Install novelWriter`_ for more details or run: ``python make.py help``.
You can also run the ``setup.py`` script to generate a single executable, or an installer.
See `Build and Install novelWriter`_ for more details or run: ``python setup.py help``.
.. _python.org: https://www.python.org/downloads/windows/
.. _Build and Install novelWriter: https://github.com/vkbo/novelWriter/blob/main/setup/README.md