Skip to content

Releases: FPtje/GLuaFixer

First GLuaFixer release!

25 Jul 12:40
Compare
Choose a tag to compare

Whammo! Download the executables here!

Windows

Download WINDOWS.zip and unpack it somewhere.

Usage:

  • Double click gluafixer.exe
  • Open a Lua file
  • Save the fixed version somewhere else

OR

Run the following command in the command prompt to pretty print the contents of file.lua to the console. Omitting stdout will open a Save File dialog.

gluafixer-console.exe file.lua stdout

Linux

Download gluafixer-linux. You will need GTK 2 for it to work.

You can either double click it (like in Windows) or use it like the command line program described above. Make sure the file is marked executable with chmod +x!