ITADN

Allow installer to execute on Windows ARM64

#28Pull Requestmatterhorn103 创建于 2023-05-11
M
matterhorn103commented
When trying to install texlive on my Surface Pro X, which runs Windows ARM 64-bit with 64-bit emulation for x64 programs, the installer refuses to run as the detected architecture is of course not "AMD64". Deleting the relevant check manually in the .bat script allowed the installer to run and I now have texlive installed, and it seems to run ok so far, so unless there is some specific reason that installation on ARM64 should be prevented, it seems sensible to change the way that the bit-ness of the OS is checked. In my pull request I included one example as a suggestion, but as I unfortunately have zero experience with batch scripts, it just uses a solution I found with google. I also have no way to test if the added code works as I have no access to a 32-bit machine. But I thought it was still better to provide a proposed solution rather than just complain :)
合并状态:未合并 关闭于 2023-12-04 6 条评论