Skip to content

Commit

Permalink
fix: main.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
max1mde committed Nov 20, 2024
1 parent 1e8c490 commit cd7c3f3
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,20 @@ a = Analysis(
['src\\main.py'],
pathex=['./src', './src/ui'],
binaries=[],
datas=[('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\tiktoken', 'tiktoken'), ('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\pythoncom', 'pythoncom'), ('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\comtypes', 'comtypes'), ('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\pyttsx3', 'pyttsx3'), ('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\speech_recognition', 'speech_recognition'), ('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\send2trash', 'send2trash'), ('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\regex', 'regex'), ('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\tiktoken_ext', 'tiktoken_ext')],
hiddenimports=['settings_window', 'comtypes', 'pythoncom', 'pyttsx3', 'wave', 'aifc', 'speech_recognition' 'settings_manager', 'command_executer' 'autocorrect_service', 'tiktoken', 'concurrent', 'concurrent.futures', 'regex', 'send2trash', 'uuid'],
datas=[

('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\tiktoken', 'tiktoken'),
('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\comtypes', 'comtypes'),
('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\pyttsx3', 'pyttsx3'),
('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\speech_recognition', 'speech_recognition'),
('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\send2trash', 'send2trash'),
('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\regex', 'regex'),
('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\tiktoken_ext', 'tiktoken_ext'),
('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\pywin32_system32\\pythoncom*.dll', '.'),
('C:\\Workspace\\Python\\Autocorrect\\venv\\Lib\\site-packages\\pywin32_system32\\pywintypes*.dll', '.')

],
hiddenimports=['settings_window', 'comtypes', 'pythoncom', 'pyttsx3', 'pywintypes', 'wave', 'aifc', 'speech_recognition' 'settings_manager', 'command_executer' 'autocorrect_service', 'tiktoken', 'concurrent', 'concurrent.futures', 'regex', 'send2trash', 'uuid'],
hooksconfig={},
runtime_hooks=[],
excludes=[],
Expand Down

0 comments on commit cd7c3f3

Please sign in to comment.