49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "YOLO",
|
|
"productName": "YOLO助手",
|
|
"version": "4.7.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "electron .",
|
|
"build": "electron-builder"
|
|
},
|
|
"dependencies": {
|
|
"electron-log": "^5",
|
|
"electron-updater": "^6"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^31",
|
|
"electron-builder": "^24"
|
|
},
|
|
"build": {
|
|
"appId": "com.yolozs.newPage",
|
|
"productName": "YOLO助手",
|
|
"asar": true,
|
|
"icon": "icon.ico",
|
|
"win": {
|
|
"target": "nsis"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"allowElevation": true,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"perMachine": false,
|
|
"deleteAppDataOnUninstall": false
|
|
},
|
|
"publish": [
|
|
{
|
|
"provider": "generic",
|
|
"url": "http://tkNewPage.yolozs.com/updata/"
|
|
}
|
|
],
|
|
"extraResources": [
|
|
{
|
|
"from": "resources/python",
|
|
"to": "python",
|
|
"filter": [
|
|
"**/*"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |