mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-30 18:58:45 +08:00
Add missing app_type: :agent
This commit is contained in:
parent
c9f022d637
commit
55be1ff7cd
1 changed files with 1 additions and 0 deletions
1
mix.exs
1
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
|
||||
|
|
Loading…
Reference in a new issue