Right now the installers for x64 and ARM64 will install to the same location and overwrite the other one. This results in an unusable product for both architectures.
The correct behavior is to install x64 to an x64 subdirectory when on an Apple Si machine. The apphost should decide which arch to load.
Right now the installers for x64 and ARM64 will install to the same location and overwrite the other one. This results in an unusable product for both architectures.
The correct behavior is to install x64 to an
x64subdirectory when on an Apple Si machine. The apphost should decide which arch to load.