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
fix installbuilder not able to produce complete artifacts for linux/win (#855)
The condition was wrong: we were only using the else branch.
This was causing the linux installers to not contain the actual binary.
We do not support running installbuilder with `linux` as a target, we support `linux-x64`
0 commit comments