mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Hi i am trying to build the application for the 32 bit version and i still receive the error #520
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 @yannisraft on GitHub (Jun 23, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
Hi i am trying to build the application for the 32 bit version and i still receive the error
I am using the electron.NET CLI version 9.31.1 on a Windows 10 machine
I tried to build it using the following command:
electronize.exe build /target custom win-x86;win /dotnet-configuration Debug /electron-arch ia32Originally posted by @raftopyannis in https://github.com/ElectronNET/Electron.NET/issues/152#issuecomment-647949999
@gpgpublickey commented on GitHub (Aug 22, 2020):
Same issue here with the last version ElectronNET.CLI Version: 9.31.2.0
@gpgpublickey commented on GitHub (Aug 22, 2020):
To solve this issue you need to use the double quotes in the definition of net core rid (using win instead win32):
electronize build /target custom "win7-x86;win" /dotnet-configuration Debug /electron-arch ia32Don't use /electron params
It seems like electronize CLI help is bugged ^^
@GregorBiswanger commented on GitHub (Mar 28, 2023):
🎉🚀 New Electron.NET version 23.6.1 released 🚀🎉
With native Electron 23 and .NET 6 support. Your problem should be fixed here. If you continue to have the problem, please let us know. Please note the correct updating of your API & CLI. Info in the README. Have fun!