Reoccurred Issue #288 now with electron-builder version 22.7.0 #536

Closed
opened 2026-01-29 16:42:22 +00:00 by claunia · 3 comments
Owner

Originally created by @marlonrodriguezpinto on GitHub (Jul 21, 2020).

Originally assigned to: @GregorBiswanger on GitHub.

Version: 22.7.0
Target: Windows

Steps to Reproduce:
Performing a regular build with
electronize build /target win
fails since the Build Command seems to pass invalid CLI arguments to electron-builder with
Unknown argument: .

electron-builder version=22.7.0
electron version=8.2.3

Originally created by @marlonrodriguezpinto on GitHub (Jul 21, 2020). Originally assigned to: @GregorBiswanger on GitHub. Version: 22.7.0 Target: Windows Steps to Reproduce: Performing a regular build with `electronize build /target win` fails since the Build Command seems to pass invalid CLI arguments to electron-builder with `Unknown argument: .` electron-builder version=22.7.0 electron version=8.2.3
Author
Owner

@Delpire commented on GitHub (Aug 27, 2020):

I am running into this issue as well. @marlonrodriguezpinto were you able to find a way around this issue?

@Delpire commented on GitHub (Aug 27, 2020): I am running into this issue as well. @marlonrodriguezpinto were you able to find a way around this issue?
Author
Owner

@Delpire commented on GitHub (Aug 27, 2020):

It seems the solution is to uninstall the ElectronNET-CLI tool and reinstall it.

@marlonrodriguezpinto fyi

@Delpire commented on GitHub (Aug 27, 2020): It seems the solution is to uninstall the ElectronNET-CLI tool and reinstall it. @marlonrodriguezpinto fyi
Author
Owner

@rakista112 commented on GitHub (Oct 6, 2020):

This issue has been fixed in #443 and has been released in ElectronNET 9.31.2
Just update the ElectronNET-CLI tool to at least 9.31.2 or better yet 9.31.3 (latest version)
Run the following from your terminal

dotnet tool update electronnet.cli -g

@rakista112 commented on GitHub (Oct 6, 2020): This issue has been fixed in #443 and has been released in ElectronNET 9.31.2 Just update the ElectronNET-CLI tool to at least 9.31.2 or better yet 9.31.3 (latest version) Run the following from your terminal `dotnet tool update electronnet.cli -g`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#536