-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathversions.json
31 lines (31 loc) · 1.63 KB
/
versions.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
28
29
30
31
{
"version": "0.8.2",
"platforms": {
"debian.x86_64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/popcorn-time_0.8.2.deb",
"debian.arm64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/popcorn-time_0.8.2_arm64.deb",
"macos.x86_64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/popcorn-time_0.8.2.dmg",
"windows.x86_64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/popcorn-time_0.8.2.exe"
},
"changelog": {
"features": [],
"bugfixes": []
},
"application": {
"version": "0.8.2",
"platforms": {
"debian.x86_64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/patch_app_0.8.2_debian_x86_64.tar.gz",
"debian.arm64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/patch_app_0.8.2_debian_arm64.tar.gz",
"macos.x86_64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/patch_app_0.8.2_mac_x86_64.tar.gz",
"windows.x86_64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/patch_app_0.8.2_windows_amd64.tar.gz"
}
},
"runtime": {
"version": "21.0.2",
"platforms": {
"debian.x86_64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/patch_runtime_21.0.2_debian_x86_64.tar.gz",
"debian.arm64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/patch_runtime_21.0.2_debian_arm64.tar.gz",
"macos.x86_64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/patch_runtime_21.0.2_mac_x86_64.tar.gz",
"windows.x86_64": "https://github.com/yoep/popcorn-fx/releases/download/v0.8.2/patch_runtime_21.0.2_windows_amd64.tar.gz"
}
}
}