microsoft / WSL-DistroLauncher

Sample/reference launcher app for WSL distro Microsoft Store packages.
MIT License
1.67k stars 517 forks source link

Running build.bat builds both the x64 and ARM64 platforms #108

Closed CompSciDude1 closed 2 years ago

CompSciDude1 commented 2 years ago

Summary

I believe there is an issue with the build.bat script. It will build the solution for both the x64 and ARM64 platforms, even though the build.bat script specifies the platform as x64.

Observed Behavior

The build.bat will build the solution for both the x64 and ARM64 platforms.

Expected Behavior

The build.bat will build the solution for the specified platform only.

CompSciDude1 commented 2 years ago

After further investigation into the issue, the build.bat creates a bundle sideloader, with an install script that deduces the target platform and installs the correct sideload from the bundle. This seems to be intended behavior. I will close my issue.