-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Describe the bug
"npm run dev" command is well done. but
can't pack react-nodegui app(binary)
To Reproduce
Steps to reproduce the behavior:
- execute "npx nodegui-packer --pack ./dist"
- I got below errors.
Found module "Qt6Concurrent".
Found module "Qt6Core".
Found module "Qt6DBus".
Found module "Qt6Designer".
plugin types: QList("designer")
Found module "Qt6DesignerComponents".
Found module "Qt6DeviceDiscoverySupport".
Found module "Qt6EntryPoint".
Found module "Qt6ExampleIcons".
Found module "Qt6FbSupport".
Found module "Qt6Freetype".
Found module "Qt6Gui".
plugin types: QList("accessiblebridge", "platforms", "platforms/darwin", "xcbglintegrations", "platformthemes", "platforminputcontexts", "generic", "iconengines", "imageformats", "egldeviceintegrations")
Found module "Qt6Harfbuzz".
Found module "Qt6Help".
Found module "Qt6Jpeg".
Found module "Qt6Linguist".
Found module "Qt6Network".
plugin types: QList("networkaccess", "networkinformation", "tls")
Found module "Qt6OpenGL".
Found module "Qt6OpenGLWidgets".
Found module "Qt6Png".
Found module "Qt6PrintSupport".
plugin types: QList("printsupport")
Found module "Qt6QDocCatchConversionsPrivate".
Found module "Qt6QDocCatchGeneratorsPrivate".
Found module "Qt6QDocCatch".
Found module "Qt6Sql".
plugin types: QList("sqldrivers")
Found module "Qt6Svg".
Found module "Qt6SvgWidgets".
Found module "Qt6Test".
Found module "Qt6Tools".
Found module "Qt6UiPlugin".
Found module "Qt6UiTools".
Found module "Qt6Widgets".
plugin types: QList("styles")
Found module "Qt6Xml".
Found module "Qt6Zlib".
Please specify the binary or folder.
Usage: windeployqt.exe [options] [files]
Qt Deploy Tool 6.6.0
The simplest way to use windeployqt is to add the bin directory of your Qt
installation (e.g. <QT_DIR\bin>) to the PATH variable and then run:
windeployqt
Expected behavior
A binary file needs to be created.
