Merge branch 'feat-test-bat' into 'master'
Feat test bat See merge request !1
Showing
2
deleted
100644 → 0
This diff is collapsed.
assets/exe/devcon.exe
0 → 100644
This diff was suppressed by a .gitattributes entry.
assets/script/init.bat
0 → 100644
assets/script/mount.bat
0 → 100644
assets/script/start.vbs
0 → 100644
build/eee.nsh
0 → 100644
build/installer.nsh
0 → 100644
... | ... | @@ -108,8 +108,12 @@ |
} | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.10.4", | ||
"@emotion/styled": "^11.10.4", | ||
"@mui/material": "^5.10.8", | ||
"electron-debug": "^3.2.0", | ||
"electron-log": "^4.4.8", | ||
"electron-root-path": "^1.1.0", | ||
"electron-updater": "^5.2.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
... | ... | @@ -183,8 +187,8 @@ |
"webpack-merge": "^5.8.0" | ||
}, | ||
"build": { | ||
"productName": "ElectronReact", | ||
"appId": "org.erb.ElectronReact", | ||
"productName": "bkunyun", | ||
"appId": "org.erb.bkunyun", | ||
"asar": true, | ||
"asarUnpack": "**\\*.{node,dll}", | ||
"files": [ | ||
... | ... | @@ -221,6 +225,14 @@ |
} | ||
] | ||
}, | ||
"nsis": { | ||
"include": "build/installer.nsh", | ||
"oneClick": false, | ||
"perMachine": true, | ||
"allowElevation": true, | ||
"allowToChangeInstallationDirectory": true, | ||
"createDesktopShortcut": "always" | ||
}, | ||
"win": { | ||
"target": [ | ||
"nsis" | ||
... | ... |
Please
register
or
sign in
to comment