mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Merge branch 'improve-manifest' into 'master'
Add more file formats in recipe manifests See merge request redox-os/redox!2119
This commit is contained in:
commit
c09e73007a
@ -2,12 +2,18 @@ name=COSMIC Text Editor
|
||||
binary=/bin/cosmic-edit
|
||||
icon=/ui/icons/apps/accessories-text-editor.png
|
||||
accept=*.asm
|
||||
accept=*.c
|
||||
accept=*.conf
|
||||
accept=*.cpp
|
||||
accept=*.css
|
||||
accept=*.html
|
||||
accept=*.ion
|
||||
accept=*.java
|
||||
accept=*.js
|
||||
accept=*.list
|
||||
accept=*.lua
|
||||
accept=*.md
|
||||
accept=*.py
|
||||
accept=*.rc
|
||||
accept=*.rs
|
||||
accept=*.sh
|
||||
|
||||
@ -2,5 +2,7 @@ name=COSMIC Reader
|
||||
binary=/bin/cosmic-reader
|
||||
icon=/ui/icons/apps/accessories-text-editor.png
|
||||
accept=*.pdf
|
||||
accept=*.epub
|
||||
accept=*.cbz
|
||||
author=Jeremy Soller
|
||||
description=COSMIC Reader
|
||||
|
||||
Loading…
Reference in New Issue
Block a user