-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working