deploy

Each target platform can define additional deployment resources that are needed to ship an executable on it. This could be packaging an APK for Android platform or embedding manifests for Xbox One, etc.

The script dealing with this is deploy.lua in the root directory. Generally, each executable can provide a project description Lua table which will be used during the deployment phase to configure it for the target platform. Here is an example of a project description table for a project named ‘Game’:

This is still in early stages of development.