From 215ce618ba3ef0a8981a6c69d47a66d093eb9cb5 Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Sat, 21 Dec 2024 02:32:40 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Sidecar=20:=20icon?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend.spec | 2 +- backend_cuda.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend.spec b/backend.spec index 4bb731cc..b1955222 100644 --- a/backend.spec +++ b/backend.spec @@ -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, diff --git a/backend_cuda.spec b/backend_cuda.spec index c859074f..d0bb0348 100644 --- a/backend_cuda.spec +++ b/backend_cuda.spec @@ -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,