Merge branch 'sidecar' into for_webui

This commit is contained in:
misyaguziya
2024-12-21 02:32:55 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ exe = EXE(
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon=['src-ui\\assets\\chato_icon_fill.png'],
icon=[],
)
coll = COLLECT(
exe,

View File

@@ -32,7 +32,7 @@ exe = EXE(
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon=['src-ui\\assets\\chato_icon_fill.png'],
icon=[],
)
coll = COLLECT(
exe,