Skip to content

Commit

Permalink
Optimize Windows build file
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-cf committed Jun 11, 2014
1 parent ab39c63 commit e8eae84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlocklyPropClient.windows.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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'],

0 comments on commit e8eae84

Please sign in to comment.