diff --git a/.github/pyinstaller/pyinstaller.spec b/.github/pyinstaller/pyinstaller.spec index 8130684a..0e614055 100644 --- a/.github/pyinstaller/pyinstaller.spec +++ b/.github/pyinstaller/pyinstaller.spec @@ -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.