Caution, noob here:
How would I package the demo using nodegui-packer: https://github.com/nodegui/packer?
I am on a Mac and packing the normal nodegui-starter works just fine, but I can't find out how to build/pack the vue-nodegui demo?
If I run npx nodegui-packer --pack dist/ it obviously doesn't include demo
Running : npx nodegui-packer --pack demo-dist/ creates an executable, but that obviously does nothing because dist is not included.
Do I need to re-structure the demo and put everything under dist? Or how is that supposed to work...
Any hint appreciated...
Caution, noob here:
How would I package the demo using nodegui-packer: https://github.com/nodegui/packer?
I am on a Mac and packing the normal
nodegui-starterworks just fine, but I can't find out how to build/pack thevue-nodeguidemo?If I run
npx nodegui-packer --pack dist/it obviously doesn't includedemoRunning :
npx nodegui-packer --pack demo-dist/creates an executable, but that obviously does nothing becausedistis not included.Do I need to re-structure the demo and put everything under
dist? Or how is that supposed to work...Any hint appreciated...