Instead of hardcoding metadata.json, generate it from .in files, adding installation prefixes, current target version and configured uuid.
8 lines
231 B
JSON
8 lines
231 B
JSON
{
|
|
"uuid": "@uuid@",
|
|
"name": "Hello, World!",
|
|
"description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.",
|
|
"shell-version": [ "@shell_current@" ],
|
|
"localedir": "@LOCALEDIR@"
|
|
}
|