Skip to content

Commit

Permalink
added data path
Browse files Browse the repository at this point in the history
Added path for NoConnection.png
  • Loading branch information
4rm authored Jun 21, 2019
1 parent a5a682a commit 00c8ea4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ricoh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ block_cipher = None
a = Analysis(['RicohReader.py'],
pathex=['C:\\Users\\...full_project_path'],
binaries=[],
datas=[('.\\images\\c3504ex.png','.'),('.\\images\\c6004ex.png','.'),('.\\images\\c6503.png','.'),('.\\images\\c6503f.png','.'),('.\\images\\icon.ico','.')],
datas=[('.\\images\\c3504ex.png','.'),
('.\\images\\c6004ex.png','.'),
('.\\images\\c6503.png','.'),
('.\\images\\c6503f.png','.'),
('.\\images\\icon.ico','.'),
('.\\images\\NoConnection.png','.')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit 00c8ea4

Please sign in to comment.