-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathelectron-updates.json
22 lines (22 loc) · 1.66 KB
/
electron-updates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"title": "Orbit",
"link": "https://raw.githubusercontent.com/expo/orbit/main/electron-updates.json",
"versions": [
{
"version": "2.0.1",
"pub_date": "2024-12-03",
"release_notes": "<h3 id=\"-new-features\">🎉 New features</h3>\n <ul>\n <li>Allow users to manually launch updates in Expo Go. (<a href=\"https://github.com/expo/orbit/pull/226\">#226</a> by <a href=\"https://github.com/gabrieldonadel\">@gabrieldonadel</a>)</li>\n <li>[Linux] Add support for auto updates. (<a href=\"https://github.com/expo/orbit/pull/229\">#229</a> by <a href=\"https://github.com/gabrieldonadel\">@gabrieldonadel</a>)</li>\n </ul>\n <h3 id=\"-bug-fixes\">🐛 Bug fixes</h3>\n <ul>\n <li>[macOS] Fix <code>new NativeEventEmitter() requires a non-null argument</code> error when clicking "See all". (<a href=\"https://github.com/expo/orbit/pull/225\">#225</a> by <a href=\"https://github.com/gabrieldonadel\">@gabrieldonadel</a>)</li>\n <li>[Linux] Add maintainer field to deb packages. (<a href=\"https://github.com/expo/orbit/pull/227\">#227</a> by <a href=\"https://github.com/gabrieldonadel\">@gabrieldonadel</a>)</li>\n </ul>",
"builds": {
"win32-x64": {
"url": "https://github.com/expo/orbit/releases/download/expo-orbit-v2.0.1/Expo.Orbit-2.0.1-x64.Setup.exe"
},
"linux-deb-x64": {
"url": "https://github.com/expo/orbit/releases/download/expo-orbit-v2.0.1/expo-orbit_2.0.1_amd64.deb"
},
"linux-rpm-x64": {
"url": "https://github.com/expo/orbit/releases/download/expo-orbit-v2.0.1/expo-orbit-2.0.1-1.x86_64.rpm"
}
}
}
]
}