docs: Add note in Known Issues that safe-check is implemented
This commit is contained in:
parent
c8634b9787
commit
dc6e0c34ee
1 changed files with 2 additions and 1 deletions
|
|
@ -28,5 +28,6 @@ You can easily see this information when downloading extension from https://exte
|
|||
|
||||
# Known Issues
|
||||
|
||||
Some extensions like GSConnect may lack information in metadata.json, like lack of `uuid`, `settings-schema` or `shell-version` key,
|
||||
Some extensions may lack information in metadata.json, like lack of `uuid`, `settings-schema` or `shell-version` key,
|
||||
which is necessary for the module to automatically install extension. Developer can easily fix this issue, so it's advised to inform him if this issue occured.
|
||||
As a safe-check, build will fail if any of those 3 keys are not present in extensions metadata.json file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue