From e8eae844235ade1dd1cecd840e8a3482de38a62c Mon Sep 17 00:00:00 2001 From: Michel Lampo Date: Wed, 11 Jun 2014 22:06:22 +0200 Subject: [PATCH] Optimize Windows build file --- BlocklyPropClient.windows.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BlocklyPropClient.windows.spec b/BlocklyPropClient.windows.spec index e66d267..1f15671 100644 --- a/BlocklyPropClient.windows.spec +++ b/BlocklyPropClient.windows.spec @@ -14,7 +14,7 @@ exe = EXE(pyz, upx=True, console=True, icon='blocklyprop.ico' ) -propeller_libs_and_tools = Tree('propeller-tools', prefix='propeller-tools', excludes=['*.pdf']) +propeller_libs_and_tools = Tree('propeller-tools', prefix='propeller-tools', excludes=['*.pdf', 'linux', 'mac']) propeller_libs_and_tools += Tree('propeller-lib', prefix='propeller-lib') propeller_libs_and_tools += Tree('propeller-c-lib', prefix='propeller-c-lib', excludes=['*.html', 'html', '*.doxyfile', '*.side', '*.c']) coll = COLLECT(exe, @@ -24,7 +24,7 @@ coll = COLLECT(exe, propeller_libs_and_tools, strip=None, upx=True, - name='windows') + name='BlocklyPropClient.windows') # Analysis # pathex=['D:\\Development\\python\\BlocklyPropClient'], \ No newline at end of file