Skip to content

Commit 0027230

Browse files
committed
package up docs to make sure we get the patch bins
1 parent 81a994a commit 0027230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VW_Flash_GUI.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ a = Analysis(
55
['VW_Flash_GUI.py'],
66
pathex=[],
77
binaries=[('lib/lzss/lzss.exe', 'lib/lzss/')],
8-
datas=[('data', 'data'), ('logging.conf', '.'), ('logs', 'logs')],
8+
datas=[('data', 'data'), ('logging.conf', '.'), ('logs', 'logs'), ('docs', 'docs')],
99
hiddenimports=[],
1010
hookspath=[],
1111
hooksconfig={},

0 commit comments

Comments
 (0)