Skip to content

Commit 0d2fdb6

Browse files
committed
Update exe creation docs
1 parent 0c7c4a3 commit 0d2fdb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/code.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Creating a Self-Contained Executable
2929
====================================
3030
A Python package called [PyInstaller](http://www.pyinstaller.org/) can be used to create a stand-alone windows executable (.exe) file.
3131

32-
Activate your virtual environment (e.g.run in command line C:\Users\rqq82173\PycharmProjects\python_environments\barcode_qt5\Scripts\activate.bat) next run the `build.bat` in PuckBarcodeReader folder. This will create the file `bin\barcode.exe`. This will be fairly large (~40 MB).
32+
Activate your virtual environment (e.g.run in command line C:\Users\rqq82173\PycharmProjects\python_environments\barcode_qt5\Scripts\activate.bat) next run the `build.bat` in PuckBarcodeReader folder.
33+
Note build.bat includes hardcoded path to libdmtx-64.dll - it has to be updated accordingly before running `bin\barcode.exe`.
34+
This will create the file `bin\barcode.exe`. This will be fairly large (~40 MB).
3335
Once .exe file is created add 'resources' folder to th bin folder (resources include the icon and the shape patter).
3436
Zip the bin folder and add it to release files.
3537

0 commit comments

Comments
 (0)