Skip to content

v0.6.0.0

Choose a tag to compare

@luau-project luau-project released this 29 Apr 02:20
· 6 commits to master since this release

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 (-h and --help) on LuaInstaller.Console;
  • Added new commands to list Visual Studio versions capable to build Lua targeting ARM64 architecture (list-vs-arm64) on LuaInstaller.Console;
  • Added new commands to list Windows SDK versions capable to build Lua targeting ARM64 architecture (list-win-sdk-arm64) on LuaInstaller.Console;
  • The image of LuaInstaller (end user) on the home page was updated;

running

  • A new subsection for developers featuring the usage of LuaInstaller.Console was added to the home page.

running-from-cmd