-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease.json
More file actions
71 lines (71 loc) · 3.23 KB
/
release.json
File metadata and controls
71 lines (71 loc) · 3.23 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"version": "0.3.0",
"vernum": 6,
"circuit": "alpha",
"description": {
"en_GB": "**10th Anniversary Edition**\n\nThis update introduces a variety of new features and user experience improvements. Highlights include:\n\n* New Files and Calculator apps to enhance productivity\n* Support for running Linux apps and commands in the new Terminal app\n* Improvements to localisation support, including added support for Catalan\n* Accessibility improvements, including the new Readout Navigation screen reader\n* Web Investigator, a new developer tool for inspecting web apps and web pages in Sphere",
"fr_FR": "**Édition 10e anniversaire**\n\nCette mise à jour introduit une variété de nouvelles fonctionnalités et d'améliorations de l'expérience utilisateur. Les points forts incluent :\n\n* Nouvelles applications Fichiers et Calculatrice pour améliorer la productivité\n* Prise en charge de l'exécution d'applications et de commandes Linux dans la nouvelle application Terminal\n* Améliorations de la prise en charge de la localisation, y compris la prise en charge supplémentaire du catalan\n* Améliorations de l'accessibilité, notamment le nouveau lecteur d'écran « navigation par narration »\n* Enquêteur web, un nouvel outil de développement pour inspecter les applications web et les pages web dans Sphère"
},
"fallbackLocale": "en_GB",
"minSupportedVernum": 1,
"minRecommendedVernum": 1,
"supportedPlatforms": [
"x86_64",
"arm64",
"pinephone",
"rpi"
],
"packages": [
{
"name": "hello",
"version": "2.10-3"
}
],
"preinstallScriptPath": "preinstall.sh",
"postinstallScriptPath": "postinstall.sh",
"files": [
{
"path": "gshell-x86_64.AppImage",
"destinationPath": "/system/bin/gshell-update.AppImage",
"condition": "['x86_64'].includes(platform)"
},
{
"path": "gshell-arm64.AppImage",
"destinationPath": "/system/bin/gshell-update.AppImage",
"condition": "['arm64', 'pinephone'].includes(platform)"
},
{
"path": "gshell-armv7l.AppImage",
"destinationPath": "/system/bin/gshell-update.AppImage",
"condition": "['rpi'].includes(platform)"
},
{
"path": "xload-x86_64.sh",
"destinationPath": "/system/scripts/xload.sh",
"condition": "['x86_64'].includes(platform)"
},
{
"path": "xload-arm64.sh",
"destinationPath": "/system/scripts/xload.sh",
"condition": "['arm64'].includes(platform)"
},
{
"path": "xload-pinephone.sh",
"destinationPath": "/system/scripts/xload.sh",
"condition": "['pinephone'].includes(platform)"
},
{
"path": "xload-rpi.sh",
"destinationPath": "/system/scripts/xload.sh",
"condition": "['rpi'].includes(platform)"
},
{
"path": "os-release",
"destinationPath": "/etc/os-release"
},
{
"path": "gtk3-settings.ini",
"destinationPath": "/usr/share/gtk-3.0/settings.ini"
}
]
}