h2non / nar

node.js application archive - create self-contained binary like executable applications that are ready to ship and run
MIT License
428 stars 23 forks source link

incorrect header check #152

Closed matt212 closed 7 years ago

matt212 commented 7 years ago

Hi, I had

used below codebase to build file , it got created succesfully nar create --executable --os darwin --arch x64 --node 0.12.0 now when i try to run it it gives error ! nar run app.nar

incorrect header check Please find attached screenshot for your reference ! nar

matt212 commented 7 years ago

hi, my bad i forgot to update my package.json file with nar specifications !