Building and publishing your project
lvt expects your assets to be in an assets/
folder relative to your project folder, it can also be specified with the assets
key in project.json
.
Build
This command collects assets, runtime libraries and executables.
Everything is moved to /build/TARGET_PLATFORM/build
, this folder can be distributed.
lvt build