diff --git a/src/TheAntFarm/resources/logo/the_ant_farm_logo.ico b/src/TheAntFarm/resources/logo/the_ant_farm_logo.ico new file mode 100644 index 0000000..3545cd6 Binary files /dev/null and b/src/TheAntFarm/resources/logo/the_ant_farm_logo.ico differ diff --git a/src/TheAntFarm/the_ant_farm.spec b/src/TheAntFarm/the_ant_farm.spec index 89e4486..705a86f 100644 --- a/src/TheAntFarm/the_ant_farm.spec +++ b/src/TheAntFarm/the_ant_farm.spec @@ -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', '.'),('combobox_filter_enter.py', '.'),('qledlabel.py', '.'),('qcamera_label.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', '.'),('qledlabel.py', '.'),('qcamera_label.py', '.'),('__init__.py', '.')], hiddenimports=['PySide2.QtCore', 'PySide2.QtGui', 'PySide2.QtSerialPort', 'PySide2.QtMultimedia', 'shiboken2.shiboken2', 'vispy', 'vispy.app.backends._pyside2', 'vispy.app.qt', 'gerber', 'pyclipper', 'shapely', 'shapely.ops', 'shapely.validation', 'scipy.interpolate', 'qimage2ndarray', 'cv2'], hookspath=['.'], hooksconfig={}, @@ -41,4 +41,5 @@ exe = EXE( target_arch=None, codesign_identity=None, entitlements_file=None, + icon='./resources/logo/the_ant_farm_logo.ico', )