Skip to content

Commit

Permalink
Add win.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lowrie committed Nov 3, 2015
1 parent 243ac61 commit 66d6400
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions win.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# -*- mode: python -*-

block_cipher = None


a = Analysis(['pyRouterJig.py'],
pathex=['Z:\\Windows\\pyRouterJig\\repo'],
binaries=None,
datas=None,
hiddenimports=[],
hookspath=None,
runtime_hooks=None,
excludes=None,
win_no_prefer_redirects=None,
win_private_assemblies=None,
cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
name='pyRouterJig',
debug=False,
strip=None,
upx=True,
console=False )

0 comments on commit 66d6400

Please sign in to comment.