Skip to content

Commit

Permalink
Added larger icon to pyinstaller build.
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaRavener committed Dec 6, 2017
1 parent e18430d commit b3682a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ a = Analysis(['main.py'],
win_private_assemblies=False,
cipher=block_cipher)
a.datas += [('icons//main.png','icons//main.png','DATA'),
('icons//main-512.png','icons//main-512.png','DATA'),
('icons//floppy.png','icons//floppy.png','DATA'),
('icons//refresh.png','icons//refresh.png','DATA'),
('icons//run.png','icons//run.png','DATA'),
Expand Down

0 comments on commit b3682a1

Please sign in to comment.