From 9f1ad34719d1d095118210cb585c1d074bf33c03 Mon Sep 17 00:00:00 2001 From: Ivan Holmes Date: Sun, 13 Sep 2020 18:49:59 +0100 Subject: [PATCH] Update readme (minor fix) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a0edfc..391e029 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ This command should sort you out: pip3 install pymupdf reportlab pyqt5 ``` -## Building +## Building (freezing) To build the binary distribution using PyInstaller, simply run: ```bash pyinstaller {mac|linux|win}.spec ``` The generated binary will be in the 'dist' subfolder. -### Version number on Windows +### Version numbering on Windows If you are building on Windows and alter the version number, make sure to run `generate_version_rc.py` to update the version.rc file. This file is included in the generated executable and contains the version information viewable in Windows Explorer properties. ## License