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
Hello,
Since last week my windows artifacts are created under different directory names (win & win-unpacked).
Previously it was created under MyApp-win32-x64 & win-x64.
I am creating only x64 artifacts and build by running: build --platform win32 --arch x64.
Also, I didn't find anything around this in the release logs except this one which seems to be for x32
PS: I am getting this difference in names after upgrading electron-builder from v3.17.0 to v3.25.0.
Thanks!
The text was updated successfully, but these errors were encountered:
@develar Apart from that, there are significant changes in unpacked directory.
Previously, it was looking like this:
And now it is looking like this:
For some reason, the files under the hood have changed. And I am not able to find the MyApp.exe like before? Can you please explain what is going on here?
Hello,
Since last week my windows artifacts are created under different directory names (win & win-unpacked).
Previously it was created under MyApp-win32-x64 & win-x64.
I am creating only x64 artifacts and build by running:
build --platform win32 --arch x64
.Also, I didn't find anything around this in the release logs except this one which seems to be for x32
PS: I am getting this difference in names after upgrading electron-builder from v3.17.0 to v3.25.0.
Thanks!
The text was updated successfully, but these errors were encountered: