Skip to content

Commit

Permalink
Modified spec to include combobox_filter_enter include
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAntTeam committed Aug 11, 2024
1 parent c09311a commit f0356ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TheAntFarm/the_ant_farm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a = Analysis(
['the_ant_farm.py'],
pathex=[],
binaries=[],
datas=[('controller','controller'),('macros','macros'),('resources','resources'),('settings_manager','settings_manager'),('shape_core','shape_core'),('ui_manager','ui_manager'),('style_manager.py', '.'),('double_side_manager.py', '.'),('log_manager.py', '.'),('serial_manager.py', '.'),('ui_the_ant_farm.py', '.'),('vispy_qt_widget.py', '.'),('app_resources_rc.py', '.'),('the_ant_farm.ui', '.'),('serial_manager.py', '.'),('executable_path_checker.py', '.')],
datas=[('controller','controller'),('macros','macros'),('resources','resources'),('settings_manager','settings_manager'),('shape_core','shape_core'),('ui_manager','ui_manager'),('style_manager.py', '.'),('double_side_manager.py', '.'),('log_manager.py', '.'),('serial_manager.py', '.'),('ui_the_ant_farm.py', '.'),('vispy_qt_widget.py', '.'),('app_resources_rc.py', '.'),('the_ant_farm.ui', '.'),('serial_manager.py', '.'),('executable_path_checker.py', '.'),('combobox_filter_enter.py', '.')],
hiddenimports=['PySide2.QtCore', 'PySide2.QtGui', 'PySide2.QtSerialPort', 'shiboken2.shiboken2', 'vispy', 'vispy.app.backends._pyside2', 'vispy.app.qt', 'gerber', 'pyclipper', 'shapely', 'shapely.ops', 'shapely.validation', 'scipy.interpolate', 'qimage2ndarray', 'cv2'],
hookspath=['.'],
hooksconfig={},
Expand Down

0 comments on commit f0356ba

Please sign in to comment.