-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
canary.json
82 lines (82 loc) · 2.36 KB
/
canary.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"appId": "dev.arachnid.saturn.canary",
"productName": "Saturn Canary",
"icon": "build/icon-canary.ico",
"extraResources": [{
"from": "app/assets/**",
"to": "assets/"
}],
"files": [
"**/*",
"!app/client/",
"app/client/dist/**"
],
"win": {
"target": [
"portable",
"nsis"
],
"icon": "build/icon-canary.ico",
"asarUnpack": [
"app/node_modules/nodeezcryptor/**"
]
},
"nsis": {
"oneClick": false,
"perMachine": false,
"allowElevation": false,
"allowToChangeInstallationDirectory": true,
"installerIcon": "build/icon-canary.ico",
"uninstallerIcon": "build/icon-canary.ico"
},
"linux": {
"appId": "s.s.saturn.canary",
"category": "AudioVideo;Network;Audio;FileTransfer;Player",
"description": "Electron-based Deezer client - Canary",
"desktop": {
"Version": "1.1",
"Type": "Application",
"Name": "Saturn Canary",
"GenericName": "Electron-based Deezer client - Canary",
"Comment": "Desktop application for the Deezer audio streaming service",
"Icon": "icon-canary",
"Categories": "AudioVideo;Network;Audio;FileTransfer;Player;",
"MimeType": "application/http;",
"Keywords": "audio;download;flac;lyrics;mp3;music;spotify;stream;",
"StartupNotify": "true",
"StartupWMClass": "saturn",
"DBusActivatable": "false",
"Terminal": "false",
"NoDisplay": "false",
"Hidden": "false"
},
"executableName": "saturn-canary",
"icon": "build/canary-iconset",
"maintainer": "github.com/SaturnMusic",
"mimeTypes": [
"application/http"
],
"synopsis": "Electron-based Deezer client - Canary",
"target": [
"AppImage",
"deb",
"tar.xz"
]
},
"appImage": {
"desktop": {
"X-AppImage-Name": "Saturn Canary"
}
},
"deb": {
"packageCategory": "sound",
"priority": "optional",
"depends": [
"libflac8",
"libnotify4",
"libnss3",
"libssl1.1 | libssl1.0.0",
"libxtst6"
]
}
}