-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Struggling with getting Fuses packaged #8774
Comments
The last comment of #6365 specifies the electron-builder to use. 🙃 I would recommend using the latest build under Related note, the documentation site is always of the |
I did see that Mike, but I can't use alpha releases. So that means there's no way with released Or can I do something like theogravity did here? I apologize for asking questions that may be obvious to others, but I'm not normally involved in the building of the application and I'm trying to understand how all the working parts go together. |
We should be exiting alpha stage soon. I just did a release to include the latest The other items remaining for me to do to exit alpha are:
I'm working to get all these each completed ASAP 🙃 |
Update: All the above have been completed 🔨 Will probably exit alpha in a week or so. Would like to field any issues that get reported with the updated docker images. |
Thanks for all of this! I'l definitely try it out once it exits alpha! |
Hey @mmaietta, I did get the fuses to work as expected when using
but it looks like the options have changed. I changed it to:
which worked, but don't know if I can safely ignore signDlls? Does that happen by default now? Or? |
|
I need to switch some of the fuses for our app and we currently use electron-builder v25.1.8 with all our configuration in
electron-builder.yml
file. I added in the fuses like such:And I'm getting this:
I've been scouring the documentation and looking at the documentation here: https://www.electron.build/configuration.html#properties and here: https://www.electron.build/app-builder-lib.interface.configuration#electronfuses as well as this issue: #6365 and I'm just not following. I'm not worried (yet) about
enableEmbeddedAsarIntegrityValidation
just yet, I'm just trying to get the easy stuff set first.Any suggestions on where to look please?
The text was updated successfully, but these errors were encountered: