diff options
Diffstat (limited to 'apps/files_texteditor/appinfo/info.xml')
-rw-r--r-- | apps/files_texteditor/appinfo/info.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_texteditor/appinfo/info.xml b/apps/files_texteditor/appinfo/info.xml new file mode 100644 index 00000000000..becfd5e35c8 --- /dev/null +++ b/apps/files_texteditor/appinfo/info.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<info> + <id>files_textviewer</id> + <name>Text viewer</name> + <version>0.3</version> + <licence>AGPL</licence> + <author>Robin Appelman</author> + <require>2</require> + <default_enable/> +</info> |