Skip to content

Commit

Permalink
Official 2.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahseaman committed May 23, 2018
1 parent f103805 commit a84b074
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fluentdna.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

block_cipher = None


# Icons: https://stackoverflow.com/questions/9946760/add-image-to-spec-file-in-pyinstaller
a = Analysis(['DDV\\fluentdna.py'],
pathex=['D:\\josiah\\Projects\\DDV'],
binaries=[],
Expand All @@ -24,7 +24,8 @@ exe = EXE(pyz,
debug=False,
strip=False,
upx=True,
console=True )
console=True,
icon='D:\\josiah\\Projects\\DDV\\favicon.ico')
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
Expand Down

0 comments on commit a84b074

Please sign in to comment.