Skip to content

Commit

Permalink
change modelpath
Browse files Browse the repository at this point in the history
  • Loading branch information
haverland committed Aug 29, 2022
1 parent d877808 commit 91bc5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectmeteranalog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a = Analysis(
['collectmeteranalog/__main__.py'],
pathex=[],
binaries=[],
datas=[('collectmeteranalog/models/*.tflite', 'models')],
datas=[('collectmeteranalog/models/*.tflite', 'collectmeteranalog/models')],
hiddenimports=['requests'],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit 91bc5aa

Please sign in to comment.