mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
electronize build no longer produces output #321
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 @robalexclark on GitHub (May 21, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
Running the command on the latest version :
electronize build /target win
no longer produces output in the bin/desktop folder.
I have updated my dotnet tool to the latest version (today)
I understand that an update to electron.net is in progress - has this been completed, or is it still in progress which is why the tooling no longer works?
@GregorBiswanger commented on GitHub (May 21, 2019):
On version 5.22.12, the output-path is specified in the electron.manifest.json file. Please compare your file with our example.
Very important here is the part of build with directories and extraResources. Please just take over directly:
@Tum4ik commented on GitHub (May 30, 2019):
Is this section required?
Because my build hangs on these lines:
@robertmuehsig commented on GitHub (May 30, 2019):
Not sure where this is, but I'm pretty sure: No.
@Tum4ik commented on GitHub (May 31, 2019):
Ok, could you pls point, which properties are required?
@GregorBiswanger commented on GitHub (May 31, 2019):
The best way:
You can remove the electron.manifest.json file and execute the command
electronize initagain.Or alternative is here the default configuration:
@robalexclark commented on GitHub (May 31, 2019):
Just for another reference, here is an example of a more complicated electron.manifest.json to build for win, linux and mac