v0.6.0.0
Important
Please, before trying to use any tool provided here, perform the initial Setup
Overview
The most impacting change: this release brings the possibility to perform a native build Lua for the ARM64 architecture (no cross-compilation). To do that, the user must to be running a 64-bit Windows on ARM.
Other changes that happened:
- Fixed the state (enabled / disabled) of refresh and install during their execution on
LuaInstaller(end user). - Added new alias for the help command (
-hand--help) onLuaInstaller.Console; - Added new commands to list Visual Studio versions capable to build Lua targeting ARM64 architecture (
list-vs-arm64) onLuaInstaller.Console; - Added new commands to list Windows SDK versions capable to build Lua targeting ARM64 architecture (
list-win-sdk-arm64) onLuaInstaller.Console; - The image of
LuaInstaller(end user) on the home page was updated;
- A new subsection for developers featuring the usage of
LuaInstaller.Consolewas added to the home page.

