“bat”
Showing
2
deleted
100644 → 0
assets/bat/init.bat
0 → 100644
assets/bat/mount.bat
0 → 100644
| ... | @@ -110,6 +110,7 @@ | ... | @@ -110,6 +110,7 @@ |
| "dependencies": { | "dependencies": { | ||
| "electron-debug": "^3.2.0", | "electron-debug": "^3.2.0", | ||
| "electron-log": "^4.4.8", | "electron-log": "^4.4.8", | ||
| "electron-root-path": "^1.1.0", | |||
| "electron-updater": "^5.2.1", | "electron-updater": "^5.2.1", | ||
| "react": "^18.2.0", | "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
| ... | @@ -183,8 +184,8 @@ | ... | @@ -183,8 +184,8 @@ |
| "webpack-merge": "^5.8.0" | "webpack-merge": "^5.8.0" | ||
| }, | }, | ||
| "build": { | "build": { | ||
| "productName": "ElectronReact", | "productName": "bkunyun", | ||
| "appId": "org.erb.ElectronReact", | "appId": "org.erb.bkunyun", | ||
| "asar": true, | "asar": true, | ||
| "asarUnpack": "**\\*.{node,dll}", | "asarUnpack": "**\\*.{node,dll}", | ||
| "files": [ | "files": [ | ||
| ... | @@ -222,8 +223,8 @@ | ... | @@ -222,8 +223,8 @@ |
| ] | ] | ||
| }, | }, | ||
| "nsis": { | "nsis": { | ||
| "include": "build/eee.nsh", | "include": "build/installer.nsh", | ||
| "oneClick":false, | "oneClick": false, | ||
| "perMachine": true, | "perMachine": true, | ||
| "allowElevation": true, | "allowElevation": true, | ||
| "allowToChangeInstallationDirectory": true, | "allowToChangeInstallationDirectory": true, | ||
| ... | @@ -269,4 +270,4 @@ | ... | @@ -269,4 +270,4 @@ |
| ], | ], | ||
| "logLevel": "quiet" | "logLevel": "quiet" | ||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
Please
register
or
sign in
to comment