Warning
This library still on BETA and maybe contains some bug and issue. feel free to open issue or fork this repository
You can create source.lua in two ways: manually or automatically.
- Navigate to the
builddirectory. - Download
icons.luaandsource-dev.lua. - Add the following line at the end of
source-dev.lua:return GUI
- Combine the contents of
icons.luaand the updatedsource-dev.luainto a single file.
- Clone this repository.
- Open
build.pyand setRelease = True. - Run the build script:
py build.py
- Find the generated
source.luain theout/directory.

