electron-browser-shell
electron-browser-shell copied to clipboard
package into an exe
I spent quite a long time to package into an exe, I hope the project can add this part of the configuration
I Configure electron-forge in the root directory.
in package.json
"packagerConfig": {
....
"asar": false
}