packer icon indicating copy to clipboard operation
packer copied to clipboard

Package and deploy apps built with NodeGui to all platforms

Results 31 packer issues
Sort by recently updated
recently updated
newest added

After running packer on windows, I get the follwoing directory structure: ``` . ├── config.json └── win32 ├── NvmGui │ ├── platforms │ ├── qode.json │ └── styles └── build...

Tried on official windows 10 VM for IE11 testing and some ordinary systems: qode.exe might require installed visual c++ redistributable 2019. Without it, qode.exe will just fail after showing console,...

bug

Hi, I have an app that requires the package gltf-transform to work. This package uses numerous wasm modules. I configured copy-webpack-plugin so that the necessary wasm files are copied in...

I personally don't like QT licensing headaches and the complexities involved in them. I would like to create a closed-source, potentially commercial node-gui desktop app and use this to pack...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Hi. I want to build and release this app: https://github.com/thantez/ayahday.git But neither on Linux nor on Windows 10 I can't get intended output. On Linux this packer will make a...

Hello, I was thrilled to see this project as an ex C++/Qt Developper (yeah started there and move to the web, NodeJS...) But i read [here](https://docs.nodegui.org/docs/guides/getting-started) that NodeGUI works only...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

packer version **1.4.0** Tried to build it on **macOS** - work great Move repo to **windows**, pack using windows instruction `npx nodegui-packer --pack ./dist` * node 13 * latest nodegui...