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 81a994a commit 0027230Copy full SHA for 0027230
VW_Flash_GUI.spec
@@ -5,7 +5,7 @@ a = Analysis(
5
['VW_Flash_GUI.py'],
6
pathex=[],
7
binaries=[('lib/lzss/lzss.exe', 'lib/lzss/')],
8
- datas=[('data', 'data'), ('logging.conf', '.'), ('logs', 'logs')],
+ datas=[('data', 'data'), ('logging.conf', '.'), ('logs', 'logs'), ('docs', 'docs')],
9
hiddenimports=[],
10
hookspath=[],
11
hooksconfig={},
0 commit comments