BadScript

Bad Script Console appbuilder Subsystem

Builds an app package from a script

Required Arguments

Optional Arguments

Examples

Build the App app.bsapp with all default values from the Script MyApp.bs.

bs appbuilder -n MyApp -v 1.0.0.0 -f MyApp.bs

Build the App MyApp.bsapp with the resource folder ./resources from the Script MyApp.bs.

bs appbuilder -n MyApp -v 1.0.0.0 -f MyApp.bs -o MyApp.bsapp -r ./resources

List of all Console Subsystems