next-ucap-messenger/electron-builder.json

62 lines
1.5 KiB
JSON
Raw Normal View History

2019-09-18 06:02:21 +00:00
{
"productName": "DS Talk",
2019-11-18 04:57:41 +00:00
"appId": "com.lgucap.messenger",
2019-09-18 06:02:21 +00:00
"asar": true,
"protocols": {
"name": "DS Talk",
"schemes": ["DS Talk"]
2019-09-18 06:02:21 +00:00
},
"publish": {
"provider": "generic",
"url": "http://localhost:8099/client-updates/"
},
"mac": {
"target": ["default"],
2019-11-18 06:02:24 +00:00
"icon": "./dist/ucap-webmessenger-electron/resources/installer/woori.icns"
2019-09-18 06:02:21 +00:00
},
"dmg": {
"title": "DS Talk",
2019-11-18 06:02:24 +00:00
"icon": "./dist/ucap-webmessenger-electron/resources/installer/woori.icns"
2019-09-18 06:02:21 +00:00
},
"win": {
"target": ["zip", "nsis"],
2019-12-27 08:35:32 +00:00
"icon": "./dist/ucap-webmessenger-electron/resources/image/16_16.ico",
"legalTrademarks": "(c) 2015 lgucap.com",
"publisherName": "LGCNS",
"signingHashAlgorithms": ["sha1"],
2019-12-30 05:25:02 +00:00
"certificateFile": "./config/sign/www.lgcns.com.pfx",
2019-12-27 08:35:32 +00:00
"certificatePassword": "it15itsm"
2019-09-18 06:02:21 +00:00
},
"linux": {
"target": ["AppImage", "deb", "rpm", "zip", "tar.gz"],
2019-11-18 06:02:24 +00:00
"icon": "./dist/ucap-webmessenger-electron/resources/linuxicon"
2019-09-18 06:02:21 +00:00
},
"nsis": {
2019-12-12 08:15:09 +00:00
"oneClick": true,
"allowToChangeInstallationDirectory": false,
"perMachine": false,
2019-12-27 08:35:32 +00:00
"differentialPackage": true
2019-09-18 06:02:21 +00:00
},
"directories": {
2019-11-18 06:02:24 +00:00
"buildResources": "./dist/ucap-webmessenger-electron/resources/installer/",
2019-12-23 02:11:03 +00:00
"output": "./dist/electron/"
},
"files": [
"**/*",
"!**/*.ts",
"!LICENSE.md",
"!package.json",
"!package-lock.json",
"!electron-projects/",
"!projects/",
"!.prettierrc",
"!angular.json",
"!**/.awcache",
"!**/.vscode",
"!config/",
"!docker/",
"!tsconfig.json",
"!tslint.json"
]
2019-09-18 06:02:21 +00:00
}