'Nuitka freeze PyQt5 app don't pack sql plugins?

I use nuitka freeze my app, but the PyQt5\Qt5\plugins\sqldrivers not freeze in the nuitka output.So I have to copy sqldrivers plugins to the dist directory manually, can anyone know how to do ?
The Command

nuitka --noinclude-IPython-mode=nofollow --plugin-enable=pyqt5,numpy --windows-icon-from-ico=./design/res/logo.ico --show-progress --lto=yes --mingw64 --output-dir=dist --no-pyi-file --remove-output --windows-disable-console --standalone main.py


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source