LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.68k stars 152 forks source link

fix bin output bug #93

Closed kthelgason closed 8 years ago

kthelgason commented 8 years ago

before:

[ 1/20] Looking for target...                [[object Object]]
[ 2/20] Reading JSON Specification...        [[object Object]]
[ 3/20] Parsing JSON Specification...        [[object Object]]
[ 4/20] Validating JSON Specification...     [[object Object]]
[ 5/20] Looking for files...                 [[object Object]]

[object Object]

After:

[ 1/20] Looking for target...                [ OK ]
[ 2/20] Reading JSON Specification...        [ OK ]
[ 3/20] Parsing JSON Specification...        [ OK ]
[ 4/20] Validating JSON Specification...     [ OK ]
[ 5/20] Looking for files...                 [FAIL]

Error: "<target>" not found at: <path>
LinusU commented 8 years ago

Thank you!