Skip to content

Commit

Permalink
Ooops, this got blocked by the .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeckennedy authored Jun 12, 2018
1 parent 7f6cfe9 commit 3ac6cee
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions days/94-96-guis/demos/final_search_app/build.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# -*- mode: python -*-

block_cipher = None


a = Analysis(['build'],
pathex=['/Users/mkennedy/github/talk-python/courses/100daysofcode/100days-course/days/94-96-guis/demos/final_search_app'],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
exclude_binaries=True,
name='build',
debug=False,
strip=False,
upx=True,
console=True )
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
a.datas,
strip=False,
upx=True,
name='build')

0 comments on commit 3ac6cee

Please sign in to comment.