-
When use with electron-packager i get this error:
events.js:163 Uncaught Error: Uncaught, unspecified "error" event. (Error: spawn D:\DEV\usbwebserver\htdocs\app\IconExtractor.exe ENOENT)
-
* **Electron-Builder Version**: `25.1.8` & `26.0.0-alpha.4`
* **Node Version**: `v20.15.1` in docker `electronuserland/builder:wine-mono`
* **Electron Version**: all
* **Electron…
-
Since commit 31f8b87a (maybe the problem is more in electron-process-manager), application using process-manager crash when they are packaged with electron-packager.
I don't find why but will check…
-
### What happened?
Following [the guide](https://quasar.dev/start/upgrade-guide/) to update the packages with `quasar upgrade` we get the following error:
![image](https://github.com/user-attachme…
-
Hello, How can I unpack multiple directories using --asar.unpackDir
here's example for single dir:
`npx @electron/packager . --asar.unpackDir="**/node_modules/test/**/*"`
I need to unpack these:
` nod…
-
When trying to build the binary using go:
```
$ go get -u github.com/Nitecon/1Password
$ cd ~/go/src/github.com/Nitecon/1Password
$ ./build.sh
-->> Cleaning out build dir
-->> Cleaning out dis…
-
eg.
-
Hi,
The module "osascript" works perfectly under dev mode into an Electron project (with the command line `#electron .`), but after build it with electron-packager (with the command line `electron-pa…
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of conduct…
-
Hey,
after downloading your repo, setting optimalisations to `:none` and making
```
boot build-prod
electron-packager target/ MyApp --platform=darwin --arch=x64 --version=0.31.2
open MyApp-da…