I cannot run `npm run build`, instead I did run these commands directly: `npm run dev` then `npx nodegui-packer --pack ./dist` Finally I got this message: ``` ... Build successful. Find the app at .../vue-nodegui-starter/deploy/darwin/build ``` But I cannot open `deploy/darwin/build/MyApp` Did I missed something?