mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
build error #128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cissemy on GitHub (Feb 22, 2018).
My application close when i run : dotnet electronize build win

Thanks
@robertmuehsig commented on GitHub (Feb 22, 2018):
Hi - with the most recent version we changed the Syntax. Please try:
@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
@cissemy commented on GitHub (Feb 22, 2018):
Thanks .
That works.
How can I create windows and Mac ?
@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):
Be aware that the packager has some problems to package a application for OSX on Windows. It should be fine on Linux however.
@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
@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):
Is this issue for you solved?
@cissemy commented on GitHub (Feb 23, 2018):
Yes.
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
@robertmuehsig commented on GitHub (Feb 23, 2018):
@GregorBiswanger Any ideas?
@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
@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.
@cissemy commented on GitHub (Feb 23, 2018):
Like what?
Do you know any ?
@robertmuehsig commented on GitHub (Feb 23, 2018):
Nope - sorry.