Skip to content

Commit

Permalink
Update app.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Jul 14, 2024
1 parent a037121 commit 270c331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ a = Analysis(['app.py'],
pathex=['./sensorview'],
binaries=[],
datas=[('./assets', 'assets'), ('./assets/fonts/bootstrap-icons.woff', "assets/fonts"), ('./assets/fonts/bootstrap-icons.woff2', "assets/fonts"), ("./view_callbacks", "view_callbacks")],
hiddenimports=['numpy.core.multiarray'],
hiddenimports=['numpy.core.multiarray', 'numpy.core.numeric'],
hookspath=[],
runtime_hooks=[],
excludes=[],
Expand Down

0 comments on commit 270c331

Please sign in to comment.