Skip to content

Commit

Permalink
updated .exe maker
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaLotfi committed Mar 30, 2024
1 parent cf4fe93 commit 400374c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crt_exe_gui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ block_cipher = None
a = Analysis(['main_gui.py'],
pathex=[],
binaries=[],
datas=[('../venv/Lib/site-packages/mediapipe/modules', 'mediapipe/modules'),
datas=[('env/Lib/site-packages/mediapipe/modules', 'mediapipe/modules'),
('models', 'models'),
('docs', 'docs'),
('other_files', 'other_files')],
Expand All @@ -31,7 +31,7 @@ exe = EXE(pyz,
a.zipfiles,
a.datas,
[],
name='Nasir Eye Tracker',
name='Owleye',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down

0 comments on commit 400374c

Please sign in to comment.