{ "name": "{{.Name}}", "projectPath": "{{.ProjectPath}}", "frameworkPath": "{{.FrameworkPath}}", "assetsDir": "assets", "outputFilename": "{{.OutputFilename}}", "info": { "icon": "{{.ProjectPath}}/resources/icon.ico", "companyName": "{{.CompanyName}}", "productName": "{{.ProductName}}", "fileVersion": "1.0.0", "productVersion": "1.0.0", "copyright": "Copyright.....", "comments": "Built using ENERGY (https://github.com/energye/energy)", "fileDescription": "Built using ENERGY (https://github.com/energye/energy)" }, "nsis": { "include": [], "exclude": ["cache"], "icon": "{{.ProjectPath}}/resources/icon.ico", "unIcon": "{{.ProjectPath}}/resources/icon.ico", "license": "", "language": "english", "requestExecutionLevel": "admin", "compress": "7za", "compressName": "framework.7z" }, "author": { "name": "yanghy", "email": "snxamdf@126.com" } }