mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Support electronize start target 32bit #338
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 @cuongtl1992 on GitHub (Jun 3, 2019).
I'm use this library for develop a software but my software depend on some library only run 32bit process. So i use win 10 x64 for develop and when i run this command "electronize start" it will trigger "dotnet publish x64". so i my project only target x86.