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,