From 2b5059817694f94d4e14a6afc708a6ec70dc1365 Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Date: Mon, 26 Feb 2024 15:18:26 -0300 Subject: [PATCH] Add electron updates JSON --- electron-updates.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 electron-updates.json diff --git a/electron-updates.json b/electron-updates.json new file mode 100644 index 00000000..de43112b --- /dev/null +++ b/electron-updates.json @@ -0,0 +1,20 @@ +{ + "title": "Orbit", + "link": "https://raw.githubusercontent.com/expo/orbit/main/electron-updates.json", + "versions": [ + { + "version": "0.0.1", + "pub_date": "2023-02-26", + "release_notes": "

\uD83C\uDF89 New features

\uD83D\uDC1B Bug fixes

\uD83D\uDCA1 Others

", + "builds": { + "win32-x64": { + "url": "https://github.com/expo/orbit/releases/download/expo-orbit-v1.0.4/expo-orbit-win32-x64.v1.0.4.zip" + }, + "linux-x64": { + "url": "https://github.com/expo/orbit/releases/download/expo-orbit-v1.0.4/expo-orbit-linux-x64.v1.0.4.AppImage", + "sha256": "50e30322cdc83c0af182fff773920d6e093eff7d4c22bf19bca5cbdf762ab1fb" + } + } + } + ] +}