-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.deb.json
38 lines (38 loc) · 914 Bytes
/
metadata.deb.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"Executables": {
"AvaloniaSyncer.Desktop": {
"CommandName": "avaloniasyncer",
"DesktopEntry": {
"Icons": {
"32": "icon.png",
"64": "icon.png"
},
"Name": "AvaloniaSyncer",
"StartupWmClass": "AvaloniaSyncer",
"Keywords": [
"file manager",
"SeaweedFS",
"SFTP"
],
"Comment": "This is a test",
"Categories": [
"FileManager",
"Filesystem",
"Utility",
"FileTransfer",
"Archiving"
]
}
}
},
"PackageMetadata": {
"Maintainer": "SuperJMN",
"PackageName": "AvaloniaSyncer",
"ApplicationName": "Avalonia Syncer",
"Architecture": "any",
"Homepage": "https://github.com/SuperJMN/avaloniaSyncer",
"License": "MIT",
"Description": "Best file explorer you'll ever find",
"Version": "any"
}
}