build error #128

Closed
opened 2026-01-29 16:31:52 +00:00 by claunia · 15 comments
Owner

Originally created by @cissemy on GitHub (Feb 22, 2018).

My application close when i run : dotnet electronize build win
electron build
Thanks

Originally created by @cissemy on GitHub (Feb 22, 2018). My application close when i run : dotnet electronize build win ![electron build](https://user-images.githubusercontent.com/87177/36551982-d38d5162-17c6-11e8-8b37-5e5c118100f3.PNG) Thanks
Author
Owner

@robertmuehsig commented on GitHub (Feb 22, 2018):

Hi - with the most recent version we changed the Syntax. Please try:

dotnet electronize build /target win
@robertmuehsig commented on GitHub (Feb 22, 2018): Hi - with the most recent version we changed the Syntax. Please try: dotnet electronize build /target win
Author
Owner

@robertmuehsig commented on GitHub (Feb 22, 2018):

This changes was needed to support other params as well. Please check https://github.com/ElectronNET/Electron.NET#build

@robertmuehsig commented on GitHub (Feb 22, 2018): This changes was needed to support other params as well. Please check https://github.com/ElectronNET/Electron.NET#build
Author
Owner

@cissemy commented on GitHub (Feb 22, 2018):

Thanks .
That works.
How can I create windows and Mac ?

@cissemy commented on GitHub (Feb 22, 2018): Thanks . That works. How can I create windows and Mac ?
Author
Owner

@robertmuehsig commented on GitHub (Feb 22, 2018):

Not in the same run - you need to invoke /target win and later /target osx (etc.)

@robertmuehsig commented on GitHub (Feb 22, 2018): Not in the same run - you need to invoke /target win and later /target osx (etc.)
Author
Owner

@robertmuehsig commented on GitHub (Feb 22, 2018):

Be aware that the packager has some problems to package a application for OSX on Windows. It should be fine on Linux however.

@robertmuehsig commented on GitHub (Feb 22, 2018): Be aware that the packager has some problems to package a application for OSX on Windows. It should be fine on Linux however.
Author
Owner

@cissemy commented on GitHub (Feb 22, 2018):

I understand .
I mean i want to create a setup file like setup.exe i could run and install my electron app

@cissemy commented on GitHub (Feb 22, 2018): I understand . I mean i want to create a setup file like setup.exe i could run and install my electron app
Author
Owner

@robertmuehsig commented on GitHub (Feb 22, 2018):

Good question - this is currently out of scope of this project. Maybe @GregorBiswanger can give some hints.

@robertmuehsig commented on GitHub (Feb 22, 2018): Good question - this is currently out of scope of this project. Maybe @GregorBiswanger can give some hints.
Author
Owner

@robertmuehsig commented on GitHub (Feb 22, 2018):

Is this issue for you solved?

@robertmuehsig commented on GitHub (Feb 22, 2018): Is this issue for you solved?
Author
Owner

@cissemy commented on GitHub (Feb 23, 2018):

Yes.
Thanks

@cissemy commented on GitHub (Feb 23, 2018): Yes. Thanks
Author
Owner

@cissemy commented on GitHub (Feb 23, 2018):

Hi,
I have one last question .
How can i add a serial port based barcode scanner to my electron.Net app ?
Thanks

@cissemy commented on GitHub (Feb 23, 2018): Hi, I have one last question . How can i add a serial port based barcode scanner to my electron.Net app ? Thanks
Author
Owner

@robertmuehsig commented on GitHub (Feb 23, 2018):

@GregorBiswanger Any ideas?

@robertmuehsig commented on GitHub (Feb 23, 2018): @GregorBiswanger Any ideas?
Author
Owner

@cissemy commented on GitHub (Feb 23, 2018):

If I can control serial com port from electron.Net i do not need winform any for building desktop app.
Thanks

@cissemy commented on GitHub (Feb 23, 2018): If I can control serial com port from electron.Net i do not need winform any for building desktop app. Thanks
Author
Owner

@robertmuehsig commented on GitHub (Feb 23, 2018):

Well... you can use any .NET Core compatible NuGet package to communicate with the serial port. I don't see any electron.net issue here.

@robertmuehsig commented on GitHub (Feb 23, 2018): Well... you can use any .NET Core compatible NuGet package to communicate with the serial port. I don't see any electron.net issue here.
Author
Owner

@cissemy commented on GitHub (Feb 23, 2018):

Like what?
Do you know any ?

@cissemy commented on GitHub (Feb 23, 2018): Like what? Do you know any ?
Author
Owner

@robertmuehsig commented on GitHub (Feb 23, 2018):

Nope - sorry.

@robertmuehsig commented on GitHub (Feb 23, 2018): Nope - sorry.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#128