energy_windows.json 946 字节
Newer Older
1
{
2 3 4
  "name": "{{.Name}}",
  "projectPath": "{{.ProjectPath}}",
  "frameworkPath": "{{.FrameworkPath}}",
5
  "assetsDir": "assets",
6
  "outputFilename": "{{.OutputFilename}}",
7
  "info": {
8 9 10 11
    "icon": "{{.ProjectPath}}/resources/icon.ico",
    "companyName": "{{.CompanyName}}",
    "productName": "{{.ProductName}}",
    "fileVersion": "1.0.0",
12
    "productVersion": "1.0.0",
13
    "copyright": "Copyright.....",
14
    "comments": "Built using ENERGY (https://github.com/energye/energy)",
yanghye's avatar
yanghye 已提交
15 16 17
    "fileDescription": "Built using ENERGY (https://github.com/energye/energy)"
  },
  "nsis": {
18 19
    "include": [],
    "exclude": ["cache"],
yanghye's avatar
yanghye 已提交
20 21 22 23 24
    "icon": "{{.ProjectPath}}/resources/icon.ico",
    "unIcon": "{{.ProjectPath}}/resources/icon.ico",
    "license": "",
    "language": "english",
    "requestExecutionLevel": "admin",
25 26
    "compress": "7za",
    "compressName": "framework.7z"
27 28 29 30 31 32
  },
  "author": {
    "name": "yanghy",
    "email": "snxamdf@126.com"
  }
}