You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
First I built for --platform=desktop and --dest-cpu=x86, and it produced output in out/nodejs_desktop_x86.
Then I built for --platform=desktop and --dest-cpu=x64, and it produced output in out/nodejs_desktop_x64 with exactly the same binaries as the x86 output.
After I cleaned everything and started over, I was able to build proper x64 binaries.