commit 211b143e55deab819051437a285dae6cbf362902 parent 667635f8160437934e9d7c4043b69ba3283b00e3 Author: gearsix <gearsix@tuta.io> Date: Thu, 9 Sep 2021 21:54:01 +0100 added note on BUILDING Diffstat:
M | README.txt | | | 12 | ++++++++---- |
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/README.txt b/README.txt @@ -73,11 +73,15 @@ BUILDING To do this 'pyinstaller' seems most convenient (installed via "pip install pyinstaller"): - pyinstaller sya-pyqt.py --one-file --windowed --add-data "folder.png:." + pyinstaller sya-pyqt.py -F --windowed --add-data "folder.png:." - This process also works to create binaries for the terminal version of the - tool (sya.py). When building that version, the "--windowed" and - "--add-data "folder.png:."" arguments don't need to be included. + On Windows, you'll need to use the following: + + pyinstaller sya-pyqt.py -F --windowed --add-data "folder.png;." + + This process also works to create binaries for the terminal version + of the tool (sya.py). When building that version, the "--windowed" + and "--add-data "folder.png:."" arguments don't need to be included. INSTALL There are a lot of ways to install this tool.