-
Notifications
You must be signed in to change notification settings - Fork 0
/
updates.json
27 lines (27 loc) · 1.26 KB
/
updates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"version": "v0.1.0",
"notes": "These are some release notes",
"pub_date": "2023-06-13T19:20:02.626Z",
"platforms": {
"darwin-aarch64": {
"signature": "Content of app.tar.gz.sig",
"url": "https://github.com/zero-one-group/poc-tauri-python/releases/download/v0.1.0/Tauri Python.app.tar.gz"
},
"darwin-x86_64": {
"signature": "Content of app.tar.gz.sig",
"url": "https://github.com/zero-one-group/poc-tauri-python/releases/download/v0.1.0/Tauri Python.app.tar.gz"
},
"darwin-universal": {
"signature": "Content of app.tar.gz.sig",
"url": "https://github.com/zero-one-group/poc-tauri-python/releases/download/v0.1.0/Tauri Python.app.tar.gz"
},
"linux-x86_64": {
"signature": "Content of app.AppImage.tar.gz.sig",
"url": "https://github.com/zero-one-group/poc-tauri-python/releases/download/v0.1.0/tauri-python-amd64.AppImage.tar.gz"
},
"windows-x86_64": {
"signature": "Content of app-setup.nsis.sig or app.msi.sig, depending on the chosen format",
"url": "https://github.com/zero-one-group/poc-tauri-python/releases/download/v0.1.0/tauri-python-x64-setup.nsis.zip"
}
}
}