From 0027230c33522d9ec524deb3e52276134752455b Mon Sep 17 00:00:00 2001 From: bri3d Date: Sun, 15 Dec 2024 14:36:45 -0700 Subject: [PATCH] package up docs to make sure we get the patch bins --- VW_Flash_GUI.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VW_Flash_GUI.spec b/VW_Flash_GUI.spec index 69bb465..6825db8 100644 --- a/VW_Flash_GUI.spec +++ b/VW_Flash_GUI.spec @@ -5,7 +5,7 @@ a = Analysis( ['VW_Flash_GUI.py'], pathex=[], binaries=[('lib/lzss/lzss.exe', 'lib/lzss/')], - datas=[('data', 'data'), ('logging.conf', '.'), ('logs', 'logs')], + datas=[('data', 'data'), ('logging.conf', '.'), ('logs', 'logs'), ('docs', 'docs')], hiddenimports=[], hookspath=[], hooksconfig={},