Skip to content

Commit

Permalink
Correct object type for TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Nov 3, 2016
1 parent 17eae5d commit cfbfac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decode_barcodes.spec
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ elif 'win32' == sys.platform:
# pylibdmtx
fname = 'libdmtx-{0}.dll'.format('64' if sys.maxsize > 2**32 else '32')
a.binaries += TOC([
(fname, Path(sys.argv[0]).parent.parent.joinpath(fname), 'BINARY'),
(fname, str(Path(sys.argv[0]).parent.parent.joinpath(fname)), 'BINARY'),
])


Expand Down

0 comments on commit cfbfac7

Please sign in to comment.