I have tried this command:
py -m nuitka --mingw64 --standalone --onefile --windows-disable-console --windows-icon-from-ico=icon.ico program_name.py
It only generates 64-bit programs even by removing the --mingw64
parameter. Can anyone help? Thanks in advance.