diff --git a/mix.exs b/mix.exs index 933c2e975..e781dae24 100644 --- a/mix.exs +++ b/mix.exs @@ -129,7 +129,7 @@ defmodule Livebook.MixProject do @app_options [ name: "Livebook", version: @version, - logo_path: "static/images/logo.png", + logo_path: "rel/app/mac-icon.png", url_schemes: ["livebook"], document_types: [ %{name: "LiveMarkdown", role: "Editor", extensions: ["livemd"]} diff --git a/rel/app/mac-icon.png b/rel/app/mac-icon.png new file mode 100644 index 000000000..aca1ebba6 Binary files /dev/null and b/rel/app/mac-icon.png differ