From 55be1ff7cd7558f36e43ca8608078ccf6e6a8371 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Fri, 3 Jun 2022 13:56:16 +0200 Subject: [PATCH] Add missing `app_type: :agent` --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 07d538c31..029099708 100644 --- a/mix.exs +++ b/mix.exs @@ -165,6 +165,7 @@ defmodule Livebook.MixProject do "rel/vendor/elixir/bin" ], macos: [ + app_type: :agent, icon_path: "rel/app/icon-macos.png", build_dmg: macos_notarization != nil, notarization: macos_notarization