kaledis compile
The compile command builds your project and fuses it with the Love2D executable to create a standalone game application.
kaledis compile [PATH] [FLAGS]PATH(Optional): Path to the project root.
-o,--one-file: Joins all files into a single Lua file before compiling.
Output
Section titled “Output”Creates a directory (usually dist or .build) containing:
[ProjectName].exe(on Windows)- Required DLLs and dependencies.
You can zip this folder and share it with users on the same platform.