Add missing app_type: :agent

This commit is contained in:
Wojtek Mach 2022-06-03 13:56:16 +02:00
parent c9f022d637
commit 55be1ff7cd

View file

@ -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