初始化
This commit is contained in:
49
package.json
Normal file
49
package.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"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": [
|
||||
"**/*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user