Install command does not support OUTNAME
grozdanov opened this issue · 3 comments
grozdanov commented
Steps to Reproduce / Actual Behavior:
- Build MPK using OUTNAME command/parameter:
magic-script build
Make sure the OUTNAME parameter (from app.package) has different name thanapp.mpk
- Install the MPK:
magic-script install
error:error: File not found: '.out/app/app.mpk'
Example:
mlla1848:MxsTestRc10 jgrills$ magic-script build
Adding tail data
Tail data added successfully to 'digest.sha512.signed'built package: .out/custom/custom.mpk
mlla1848:MxsTestRc10 jgrills$ magic-script installmldb install .out/app/app.mpk
error: File not found: '.out/app/app.mpk'
Expected Behavior:
Magic-Script install should support OUTNAME command/parameter
panwrona commented
When you type magic-script --help
, the install command has 2 arguments, target & path. With path you can specify the path to the *.mpk file, where `.out/app/app.mpk' is the default path.
Can you try with magic-script install lumin .out/custom/custom.mpk
?
panwrona commented
@grozdanov Do you have some feedback on this issue?