2018-09-18 03:39:53 +00:00
|
|
|
{
|
|
|
|
"appId": "com.loafle.overflow.scanner",
|
|
|
|
"productName": "overFlow Network Scanner",
|
2018-09-27 07:57:49 +00:00
|
|
|
"copyright": "Copyright © 2016 LOAFLE",
|
2018-10-02 01:32:32 +00:00
|
|
|
"asar": false,
|
|
|
|
"compression": "normal",
|
|
|
|
"npmRebuild": false,
|
|
|
|
"npmSkipBuildFromSource": false,
|
|
|
|
"artifactName": "${name}-${version}-${os}-${arch}.${ext}",
|
2018-09-26 14:20:09 +00:00
|
|
|
"directories": {
|
2018-10-02 08:54:45 +00:00
|
|
|
"buildResources": "./config/build/${os}/icon",
|
2018-09-28 05:28:29 +00:00
|
|
|
"output": "./build/package"
|
2018-09-26 14:20:09 +00:00
|
|
|
},
|
2018-09-18 05:58:08 +00:00
|
|
|
"files": [
|
2018-09-28 05:28:29 +00:00
|
|
|
{
|
|
|
|
"filter": [
|
2018-10-02 01:32:32 +00:00
|
|
|
"**/*",
|
2018-09-28 05:28:29 +00:00
|
|
|
"!*.ts",
|
2018-10-02 01:32:32 +00:00
|
|
|
"!*.scss",
|
2018-09-28 05:28:29 +00:00
|
|
|
"!yarn.lock"
|
2018-10-02 08:54:45 +00:00
|
|
|
],
|
|
|
|
"from": "./build/dist/",
|
|
|
|
"to": "."
|
|
|
|
},
|
|
|
|
"packages.json"
|
2018-10-02 01:32:32 +00:00
|
|
|
],
|
|
|
|
"extraFiles": [
|
|
|
|
{
|
|
|
|
"from": "config/_database.sqlite",
|
|
|
|
"to": "./bin/database.sqlite"
|
|
|
|
}
|
2018-09-18 05:58:08 +00:00
|
|
|
],
|
2018-09-18 03:39:53 +00:00
|
|
|
"linux": {
|
|
|
|
"target": [
|
|
|
|
{
|
|
|
|
"target": "deb",
|
2018-10-02 08:54:45 +00:00
|
|
|
"arch": [
|
|
|
|
"ia32",
|
|
|
|
"x64"
|
|
|
|
]
|
2018-09-18 03:39:53 +00:00
|
|
|
}
|
|
|
|
],
|
2018-10-02 01:32:32 +00:00
|
|
|
"executableName": "overFlow-NetworkScanner",
|
|
|
|
"icon": "config/build/linux/icon/overflow_512.png",
|
2018-09-26 14:20:09 +00:00
|
|
|
"synopsis": "overFlow Network Scanner",
|
|
|
|
"category": "Utility",
|
2018-09-18 05:58:08 +00:00
|
|
|
"extraFiles": [
|
|
|
|
{
|
2018-09-28 05:28:29 +00:00
|
|
|
"from": "config/build/linux/bin/probe-${os}-${arch}",
|
2018-10-02 01:32:32 +00:00
|
|
|
"to": "./bin/probe"
|
2018-09-18 05:58:08 +00:00
|
|
|
}
|
|
|
|
]
|
2018-09-18 03:39:53 +00:00
|
|
|
},
|
2018-09-26 14:20:09 +00:00
|
|
|
"deb": {
|
2018-10-02 01:32:32 +00:00
|
|
|
"afterInstall": "config/build/linux/after-install.tpl"
|
2018-09-26 14:20:09 +00:00
|
|
|
},
|
2018-09-18 03:39:53 +00:00
|
|
|
"mac": {
|
|
|
|
"category": "public.app-category.utilities",
|
2018-09-18 05:58:08 +00:00
|
|
|
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
|
|
|
"minimumSystemVersion": "10.12.0",
|
|
|
|
"extendInfo": "config/build/darwin/Info.plist",
|
|
|
|
"icon": "config/build/darwin/icon/icon.icns",
|
2018-10-02 08:54:45 +00:00
|
|
|
"target": [
|
|
|
|
"dmg"
|
|
|
|
],
|
2018-09-18 05:58:08 +00:00
|
|
|
"extraFiles": [
|
|
|
|
{
|
|
|
|
"from": "build/nrfjprog/unpacked/nrfjprog",
|
|
|
|
"to": "Frameworks",
|
|
|
|
"filter": "*.dylib"
|
|
|
|
}
|
|
|
|
]
|
2018-09-18 03:39:53 +00:00
|
|
|
},
|
|
|
|
"dmg": {
|
|
|
|
"icon": null,
|
2018-09-18 05:58:08 +00:00
|
|
|
"iconSize": 160,
|
|
|
|
"contents": [
|
|
|
|
{
|
|
|
|
"x": 180,
|
|
|
|
"y": 170
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"x": 480,
|
|
|
|
"y": 170,
|
|
|
|
"type": "link",
|
|
|
|
"path": "/Applications"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"background": "config/build/darwin/icon/macos-installer-bg.tiff"
|
|
|
|
},
|
2018-09-26 14:20:09 +00:00
|
|
|
"win": {
|
|
|
|
"target": [
|
|
|
|
{
|
|
|
|
"target": "nsis",
|
2018-10-02 08:54:45 +00:00
|
|
|
"arch": [
|
|
|
|
"x64",
|
|
|
|
"ia32"
|
|
|
|
]
|
2018-09-26 14:20:09 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"legalTrademarks": "overFlow",
|
|
|
|
"publisherName": "LOAFLE",
|
|
|
|
"icon": "config/build/windows/icon/icon.ico"
|
2018-09-18 05:58:08 +00:00
|
|
|
},
|
2018-09-26 14:20:09 +00:00
|
|
|
"nsis": {
|
|
|
|
"oneClick": false,
|
|
|
|
"perMachine": true,
|
|
|
|
"allowToChangeInstallationDirectory": true,
|
|
|
|
"installerIcon": "config/build/windows/icon/icon.ico",
|
|
|
|
"uninstallerIcon": "config/build/windows/icon/icon.ico",
|
|
|
|
"include": "config/build/windows/nsis/installer.nsh",
|
|
|
|
"artifactName": "${productName} Setup ${version}.${ext}",
|
|
|
|
"menuCategory": "overFlow"
|
2018-09-18 03:39:53 +00:00
|
|
|
}
|
2018-10-02 08:54:45 +00:00
|
|
|
}
|