aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-02-09 17:35:12 +0530
committerpukkandan <pukkandan@gmail.com>2021-02-09 18:04:27 +0530
commitb3943b2f339eebc9bc06c4863910f52510186a04 (patch)
tree8622c534f3866d6e6ee9517e3ca23820110d73a9 /README.md
parent3dd264bf423543e8d3d5394a38cd79007f1a59f8 (diff)
[pyinst.py] Move back to root dir (Closes #63)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f57325e0..1a5339160 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ To build the Windows executable, you must have pyinstaller (and optionally mutag
python -m pip install --upgrade pyinstaller mutagen Crypto
-Once you have all the necessary dependancies installed, just run `py devscripts\pyinst.py`. The executable will be built for the same architecture (32/64 bit) as the python used to build it. It is strongly reccomended to use python3 although python2.6+ is supported.
+Once you have all the necessary dependancies installed, just run `py pyinst.py`. The executable will be built for the same architecture (32/64 bit) as the python used to build it. It is strongly reccomended to use python3 although python2.6+ is supported.
You can also build the executable without any version info or metadata by using: