-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackager.json
More file actions
73 lines (73 loc) · 1.69 KB
/
packager.json
File metadata and controls
73 lines (73 loc) · 1.69 KB
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
{
"name": "telescope",
"description": "An application to gather intel from multiple sources for Eve Online",
"longDescription": null,
"outDir": "target/release/",
"enabled": true,
"productName": "Telescope",
"version": "0.0.1",
"binaries": [
{
"path": "telescope",
"main": true
}
],
"identifier": "org.rafaga.telescope",
"beforePackagingCommand": null,
"beforeEachPackageCommand": null,
"logLevel": "info",
"formats": ["wix", "dmg"],
"targetTriple": null,
"homepage": "http://github.com/rafaga/telescope/",
"icons": ["./assets/icon.png"],
"authors": [
"Rafael Amador Galván"
],
"publisher": null,
"licenseFile": "./LICENSE.md",
"copyright": null,
"category": "Utility",
"fileAssociations": null,
"resources": [
{
"src": "./assets/icon.png",
"target": "./assets/icon.png"
},
"Lorem ipsum"
],
"externalBinaries": null,
"windows": {
"tsp": true,
"allowDowngrades": true
},
"macos": {
"frameworks": null,
"entitlements": null
},
"deb": null,
"appimage": null,
"pacman": null,
"wix": {
"languages": [
"en-US",
"es-ES"
],
"template": null,
"merge_modules": null,
"fragment_paths": null,
"fragments": null,
"component_group_refs": null,
"component_refs": null,
"custom_action_refs":null,
"feature_group_refs": null,
"feature_refs": null,
"merge_refs": null,
"banner_path": null,
"dialog_image_path": null,
"fips_compliant": false
},
"nsis": null,
"dmg":{
"background": null
}
}