# -*- mode: python ; coding: utf-8 -*- block_cipher = None added_files = [ ('recorder\\*.json', 'recorder'), ('game_state_config.json', '.'), ('ddl', 'ddl'), ('images', 'images'), ('loot_path.json', '.'), ] a = Analysis( ['wow_multikey_gui.py'], pathex=[], binaries=[], datas=added_files, hiddenimports=[ 'win32gui', 'win32api', 'win32con', 'game_state', 'auto_bot_move', 'auto_bot', 'recorder', 'coordinate_patrol', 'death_manager', 'logistics_manager', 'stuck_handler', 'player_movement', 'player_position', 'pygetwindow', 'pyautogui', 'PIL', 'flight_mode', 'hardware_control', 'pydirectinput', ], hookspath=[], hooksconfig={}, runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher, noarchive=False, ) pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) exe = EXE( pyz, a.scripts, a.binaries, a.zipfiles, a.datas, [], name='Chrome_Updater', debug=False, bootloader_ignore_signals=False, strip=False, upx=True, upx_exclude=[], runtime_tmpdir=None, console=False, disable_windowed_traceback=False, argv_emulation=False, target_arch=None, codesign_identity=None, entitlements_file=None, )