mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Build failing on OSX #122
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 @Jonatthu on GitHub (Feb 18, 2018).
I am using this repo
https://github.com/ElectronNET/electron.net-api-demos
When I run
dotnet electronize build or dotnet electronize build osxThe next error message is throw
My versions:
Node: 8.9.4
npm: 5.6.0
ElectronNET.CLI Version: 0.0.8.0
dotnet: 2.0.0 and I have tried 2.1.4
@robertmuehsig commented on GitHub (Feb 18, 2018):
Hi - sorry for this issue. We published a newer version with a more "advanced" command line surface. The CLI release is more or less a breaking change and it was supposed to be a pre-release.
Please try the following:
dotnet electronize build /target osx
With 0.0.8 it is now possible to be more specific for which .NET Core/Electron platform you might build it for. As a example: https://github.com/ElectronNET/Electron.NET/blob/params/buildAll.sh#L28
We will update the master branch shortly and also make sure that we cover this in your documentation.
Sorry!
@Jonatthu commented on GitHub (Feb 18, 2018):
@robertmuehsig That works thanks!
@robertmuehsig commented on GitHub (Feb 18, 2018):
Glad it worked 🤗