pyinstaller: package up the cache directory, too

This commit is contained in:
Willi Ballenthin
2023-01-20 16:11:00 +01:00
parent a7afdec2e1
commit b3b9ec11dd

View File

@@ -19,6 +19,7 @@ a = Analysis(
# i.e. ./.github/pyinstaller
("../../rules", "rules"),
("../../sigs", "sigs"),
("../../cache", "cache"),
# capa.render.default uses tabulate that depends on wcwidth.
# it seems wcwidth uses a json file `version.json`
# and this doesn't get picked up by pyinstaller automatically.