diff options
Diffstat (limited to 'data/com.jadupc.support.appdata.xml.in.in')
-rw-r--r-- | data/com.jadupc.support.appdata.xml.in.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/com.jadupc.support.appdata.xml.in.in b/data/com.jadupc.support.appdata.xml.in.in new file mode 100644 index 0000000..bafc901 --- /dev/null +++ b/data/com.jadupc.support.appdata.xml.in.in @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop"> + <id>@APPLICATION_ID@.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>@LICENSE@</project_license> + <description> + <p>@PROJECT_INFO@</p> + </description> +</component> |