mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-09-26 23:09:28 +08:00
fix missing files with pyinstaller
This commit is contained in:
parent
b1472949c7
commit
c4338c95b2
@ -6,7 +6,7 @@ block_cipher = None
|
||||
a = Analysis(['eyetrackapp.py'],
|
||||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[("Audio/*", "Audio"), ("Images/*", "Images/"), ("pye3dcustom/refraction_models/*", "pye3dcustom/refraction_models")],
|
||||
datas=[("Audio/*", "Audio"), ("Images/*", "Images/"), ("pye3dcustom/*", "pye3dcustom/"), ("pye3d/refraction_models/*", "pye3d/refraction_models/")],
|
||||
hiddenimports=['cv2', 'numpy', 'PySimpleGui'],
|
||||
hookspath=[],
|
||||
hooksconfig={},
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user