Merge pull request #206 from kutzlect/master

Categories and mimetypes
This commit is contained in:
Muril-o 2022-08-20 13:18:03 -03:00 committed by GitHub
commit 49aaad3e56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@
}, },
"linux": { "linux": {
"artifactName": "${os}-${name}-${version}.${ext}", "artifactName": "${os}-${name}-${version}.${ext}",
"category": "Video;Anime", "category": "AudioVideo;Video",
"description": "Bittorrent streaming software for cats", "description": "Bittorrent streaming software for cats",
"desktop": { "desktop": {
"Name": "Miru", "Name": "Miru",
@ -95,9 +95,6 @@
"target": "deb" "target": "deb"
} }
], ],
"mimeTypes": [
"x-scheme-handler/miru"
]
}, },
"nsis": { "nsis": {
"allowToChangeInstallationDirectory": true, "allowToChangeInstallationDirectory": true,