diff --git a/modules/gnome-extensions/README.md b/modules/gnome-extensions/README.md index de6b5e2..403b9ad 100644 --- a/modules/gnome-extensions/README.md +++ b/modules/gnome-extensions/README.md @@ -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.