From dfc1b391643d3e2d6b71d5844a48a197709ae469 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 12 Mar 2015 13:26:21 +1100 Subject: Update for latest master of PyInstaller --- release/mitmdump.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'release/mitmdump.spec') diff --git a/release/mitmdump.spec b/release/mitmdump.spec index a84908f5..1707122c 100644 --- a/release/mitmdump.spec +++ b/release/mitmdump.spec @@ -1,14 +1,12 @@ # -*- mode: python -*- from glob import glob -block_cipher = None a = Analysis(['./mitmdump'], hiddenimports=[], hookspath=None, runtime_hooks=None, excludes=None, - cipher=block_cipher, ) a.datas = Tree( "./libmproxy/onboarding/templates", @@ -18,8 +16,7 @@ a.datas += Tree( "./libmproxy/onboarding/static", prefix="libmproxy/onboarding/static" ) -pyz = PYZ(a.pure, - cipher=block_cipher) +pyz = PYZ(a.pure) exe = EXE(pyz, a.scripts, a.binaries, -- cgit v1.2.3