shadowbrain / shadow_brain_core /ShadowBrain.spec
taemin1980's picture
🔱 Imperial Deployment: Shadow Brain Core ignition
56b58f5 verified
Raw
History Blame Contribute Delete
1.14 kB
# -*- mode: python ; coding: utf-8 -*-
a = Analysis(
['local_launcher.py'],
pathex=['../scripts/tools'],
binaries=[],
datas=[],
hiddenimports=['flask', 'flask_cors', 'flask_sock', 'requests', 'dotenv', 'psycopg2', 'google.genai', 'tkinter', 'mcp', 'yaml', 'PIL', 'psutil', 'pyautogui', 'pyperclip', 'boto3', 'soundfile', 'cffi', 'discord', 'sqlite3', '_sqlite3', 'obsidian_index', 'rumps'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
noarchive=False,
optimize=0,
)
pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
[],
exclude_binaries=True,
name='ShadowBrain',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
)
coll = COLLECT(
exe,
a.binaries,
a.datas,
strip=False,
upx=True,
upx_exclude=[],
name='ShadowBrain',
)
app = BUNDLE(
coll,
name='ShadowBrain.app',
icon=None,
bundle_identifier='com.taemingames.shadowbrain',
)