mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-20 21:04:17 +08:00
Make icon on macOS look more native (#924)
This commit is contained in:
parent
930b3293f0
commit
4bc264e154
2 changed files with 1 additions and 1 deletions
2
mix.exs
2
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"]}
|
||||
|
|
BIN
rel/app/mac-icon.png
Normal file
BIN
rel/app/mac-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in a new issue