From 30e1d409dd0d728d1bc3e7eadd50c3d5e5172974 Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Fri, 5 Mar 2021 15:46:23 -0700 Subject: [PATCH] pyinstaller: package default signatures into standalone exe --- .github/pyinstaller/pyinstaller.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pyinstaller/pyinstaller.spec b/.github/pyinstaller/pyinstaller.spec index b8967751..7e7ae207 100644 --- a/.github/pyinstaller/pyinstaller.spec +++ b/.github/pyinstaller/pyinstaller.spec @@ -33,6 +33,7 @@ a = Analysis( # this gets invoked from the directory of the spec file, # i.e. ./.github/pyinstaller ('../../rules', 'rules'), + ('../../sigs', 'sigs'), # capa.render.default uses tabulate that depends on wcwidth. # it seems wcwidth uses a json file `version.json` @@ -108,5 +109,4 @@ exe = EXE(pyz, # a.datas, # strip=None, # upx=True, -# name='capa-dat') - +# name='capa-dat') \ No newline at end of file