I have a exe and some dependencies make by Nuitka.
python -m nuitka --standalone --windows-dependency-tool=pefile --experimental=use_pefile_recurse --experimental=use_pefile_fullrecurse example.py
How to combine them to one single file like Pyinstaller did?