ing
This commit is contained in:
parent
989236fe1a
commit
69454d0047
BIN
config/build/mac/bin/probe-mac-x64
Executable file
BIN
config/build/mac/bin/probe-mac-x64
Executable file
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -13,12 +13,7 @@
|
|||
},
|
||||
"files": [
|
||||
{
|
||||
"filter": [
|
||||
"**/*",
|
||||
"!*.ts",
|
||||
"!*.scss",
|
||||
"!yarn.lock"
|
||||
],
|
||||
"filter": ["**/*", "!*.ts", "!*.scss", "!yarn.lock"],
|
||||
"from": "./build/dist/",
|
||||
"to": "."
|
||||
},
|
||||
|
@ -30,9 +25,7 @@
|
|||
"to": "./bin/database.sqlite"
|
||||
},
|
||||
{
|
||||
"filter": [
|
||||
"**/*"
|
||||
],
|
||||
"filter": ["**/*"],
|
||||
"from": "config/build/${os}/icon/",
|
||||
"to": "./icon/"
|
||||
}
|
||||
|
@ -41,10 +34,7 @@
|
|||
"target": [
|
||||
{
|
||||
"target": "deb",
|
||||
"arch": [
|
||||
"ia32",
|
||||
"x64"
|
||||
]
|
||||
"arch": ["ia32", "x64"]
|
||||
}
|
||||
],
|
||||
"executableName": "overFlow-NetworkScanner",
|
||||
|
@ -59,53 +49,46 @@
|
|||
]
|
||||
},
|
||||
"deb": {
|
||||
"depends": [
|
||||
"libpcap0.8"
|
||||
],
|
||||
"depends": ["libpcap0.8"],
|
||||
"afterInstall": "config/build/linux/after-install.tpl"
|
||||
},
|
||||
"mac": {
|
||||
"category": "public.app-category.utilities",
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
||||
"minimumSystemVersion": "10.12.0",
|
||||
"extendInfo": "config/build/darwin/Info.plist",
|
||||
"icon": "config/build/darwin/icon/icon.icns",
|
||||
"target": [
|
||||
"dmg"
|
||||
],
|
||||
"extendInfo": "config/build/mac/Info.plist",
|
||||
"icon": "config/build/mac/icon/overflow_1024.icns",
|
||||
"target": ["dmg"],
|
||||
"extraFiles": [
|
||||
{
|
||||
"from": "build/nrfjprog/unpacked/nrfjprog",
|
||||
"to": "Frameworks",
|
||||
"filter": "*.dylib"
|
||||
"from": "config/build/mac/bin/probe-${os}-${arch}",
|
||||
"to": "./bin/probe"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dmg": {
|
||||
"icon": null,
|
||||
"iconSize": 160,
|
||||
"iconSize": 150,
|
||||
"contents": [
|
||||
{
|
||||
"x": 180,
|
||||
"y": 170
|
||||
},
|
||||
{
|
||||
"x": 480,
|
||||
"y": 170,
|
||||
"y": 240,
|
||||
"type": "link",
|
||||
"path": "/Applications"
|
||||
},
|
||||
{
|
||||
"x": 130,
|
||||
"y": 240,
|
||||
"type": "file"
|
||||
}
|
||||
],
|
||||
"background": "config/build/darwin/icon/macos-installer-bg.tiff"
|
||||
"background": "config/build/mac/icon/background/background.png"
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
{
|
||||
"target": "nsis",
|
||||
"arch": [
|
||||
"x64",
|
||||
"ia32"
|
||||
]
|
||||
"arch": ["x64", "ia32"]
|
||||
}
|
||||
],
|
||||
"legalTrademarks": "overFlow",
|
||||
|
|
Loading…
Reference in New Issue
Block a user