Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
takeyamayuki committed Dec 4, 2021
2 parents 1e7f7bc + fb430b9 commit 422fa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
block_cipher = None


a = Analysis(['app-mac.py'],
a = Analysis(['app.py'],
pathex=['/Users/yukitakeyama/Documents/Python/NonMouse2g'], # 各々の環境に合わせてPATHを変更してください
binaries=[('/System/Library/Frameworks/Tcl.framework/Versions/8.5/tclsh8.5', 'tcl')],
datas=[('venv/lib/python3.7/site-packages/mediapipe/modules', 'mediapipe/modules'),],
Expand Down

0 comments on commit 422fa12

Please sign in to comment.