From b3b9ec11ddf14bb49fdc37d46c8f9338629e6017 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Fri, 20 Jan 2023 16:11:00 +0100 Subject: [PATCH] pyinstaller: package up the cache directory, too --- .github/pyinstaller/pyinstaller.spec | 1 + 1 file changed, 1 insertion(+) 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.