2025-12-01 00:44:04 +03:00
|
|
|
{
|
|
|
|
|
"$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json",
|
|
|
|
|
"appId": "com.ipmonitor.app",
|
|
|
|
|
"productName": "IP Monitor",
|
|
|
|
|
"directories": {
|
2025-12-01 00:55:43 +03:00
|
|
|
"output": "build-output",
|
2025-12-01 00:44:04 +03:00
|
|
|
"buildResources": "assets"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist/**/*",
|
|
|
|
|
"index.html"
|
|
|
|
|
],
|
|
|
|
|
"extraMetadata": {
|
|
|
|
|
"main": "dist/main/main/index.js"
|
|
|
|
|
},
|
|
|
|
|
"asar": true,
|
|
|
|
|
"win": {
|
|
|
|
|
"target": [
|
|
|
|
|
{
|
|
|
|
|
"target": "portable",
|
|
|
|
|
"arch": ["x64"]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"artifactName": "${productName}-Portable-${version}.${ext}",
|
|
|
|
|
"signAndEditExecutable": false
|
|
|
|
|
},
|
|
|
|
|
"portable": {
|
|
|
|
|
"artifactName": "${productName}-Portable-${version}.${ext}"
|
|
|
|
|
},
|
|
|
|
|
"publish": null
|
|
|
|
|
}
|