Merge branch 'main' of https://git.ambigrat.com/hom/yuanhe-checkin-electron
This commit is contained in:
11
package.json
11
package.json
@@ -7,13 +7,18 @@
|
||||
"dev": "concurrently \"vite\" \"wait-on tcp:5173 && electron .\"",
|
||||
"build": "vite build",
|
||||
"pack": "npm run build && electron-builder --dir",
|
||||
"pack:ia32": "npm run build && electron-builder --dir --ia32",
|
||||
"dist": "npm run build && electron-builder",
|
||||
"dist:ia32": "npm run build && electron-builder --ia32",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"electron-log": "^5.4.3",
|
||||
"iconv-lite": "^0.7.0",
|
||||
"koffi": "^2.14.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-pdf": "5.7.2",
|
||||
@@ -41,6 +46,12 @@
|
||||
"dist/**/*",
|
||||
"electron/**/*"
|
||||
],
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "resources/xzx",
|
||||
"to": "xzx"
|
||||
}
|
||||
],
|
||||
"win": {
|
||||
"target": [
|
||||
"nsis",
|
||||
|
||||
Reference in New Issue
Block a user