docs: Add note in Known Issues that safe-check is implemented

This commit is contained in:
fiftydinar 2024-04-08 20:45:30 +02:00
parent c8634b9787
commit dc6e0c34ee

View file

@ -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.