magic-script / magic-script-cli

Command Line Tool for MagicScript applications
https://www.magicscript.org/
Apache License 2.0
20 stars 5 forks source link

Remove confusing message: `built package: undefined` #129

Closed grozdanov closed 4 years ago

grozdanov commented 4 years ago

How to reproduce:

~/MagicScript/sandbox/TestNewCLI $  magic-script build lumin -h
Adding tail data
Tail data added successfully to 'digest.sha512.signed'

built package: undefined

Reason: Building for the simulator (host) does not generate .mpk file.

grozdanov commented 4 years ago

In case the build targets the host (simulator), the print will point out to the build output folder. Example: 'app' output in '.out/app'