From 55c9a2c906c2ef9470dfdfb7e2207a2b5b38590c Mon Sep 17 00:00:00 2001 From: maze Date: Wed, 23 Oct 2024 19:10:41 +0200 Subject: [PATCH 1/2] partial fix for Issue 236: Adding github release info The github release info will be picked up by the livebook update checker and will compare the compiled nerves project with the latest version of the correct repo --- config/config.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.exs b/config/config.exs index 1efc3bf..68a6ad1 100644 --- a/config/config.exs +++ b/config/config.exs @@ -90,6 +90,7 @@ config :livebook, rewrite_on: [], teams_auth?: false, teams_url: "https://teams.livebook.dev", + github_release_info: %{repo: "nerves-livebook/nerves_livebook", version: Mix.Project.config()[:version]}, update_instructions_url: nil, within_iframe: false From 47c96b2ab35805969330e30f3a7fde841991d5d4 Mon Sep 17 00:00:00 2001 From: maze Date: Wed, 23 Oct 2024 19:23:02 +0200 Subject: [PATCH 2/2] formatted the code --- config/config.exs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 68a6ad1..79859eb 100644 --- a/config/config.exs +++ b/config/config.exs @@ -90,7 +90,10 @@ config :livebook, rewrite_on: [], teams_auth?: false, teams_url: "https://teams.livebook.dev", - github_release_info: %{repo: "nerves-livebook/nerves_livebook", version: Mix.Project.config()[:version]}, + github_release_info: %{ + repo: "nerves-livebook/nerves_livebook", + version: Mix.Project.config()[:version] + }, update_instructions_url: nil, within_iframe: false