Skip to content

Commit

Permalink
#1
Browse files Browse the repository at this point in the history
- included icons in main.spec
  • Loading branch information
rduerig committed Mar 2, 2020
1 parent 5c92945 commit cfe3793
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ a = Analysis(['main.py'],
binaries=[],
datas=[
('data/questions.json', 'data'),
('res/MechanicalBold-oOmA.otf', 'res')
('res/MechanicalBold-oOmA.otf', 'res'),
('res/cancel.png', 'res'),
('res/confirmed.png', 'res'),
('res/contract.png', 'res'),
('res/anticlockwise-rotation.png', 'res')
],
hiddenimports=[],
hookspath=[],
Expand Down

0 comments on commit cfe3793

Please sign in to comment.