We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8712598 commit 5455f34Copy full SHA for 5455f34
build.bat
@@ -4,7 +4,7 @@ mkdir bin
4
REM use to debug the exe file
5
REM pyinstaller --onefile --icon=..\resources\icons\qr_code.ico --debug --clean main.py
6
7
-pyinstaller --onefile --windowed --icon="resources\icons\qr_code.ico" --clean "main.py"
+pyinstaller --onefile --add-binary "C:\Users\rqq82173\.virtualenvs\PuckBarcodeReader-6rTXUiM6\Lib\site-packages\pylibdmtx\libdmtx-64.dll;." --windowed --icon="resources\icons\qr_code.ico" --clean "main.py"
8
9
move dist\main.exe bin\barcode.exe
10
rd /S /Q build
0 commit comments