Open SerjSX opened 1 year ago
Built the program with Nuitka as a standalone .exe file for easier and faster running (without cmd)
Used the following command: python -m nuitka --standalone --windows-icon-from-ico=fmhy.ico fmhy-search.py
python -m nuitka --standalone --windows-icon-from-ico=fmhy.ico fmhy-search.py
Nuitka Icon (used GIMP to export as .ico) Program zip file
No modifications done to the main program, just downloaded the source code, launched cmd and ran the above command.
thanks, I want to look into your additions when I have some more time. This seems like a good idea for windows users
Built the program with Nuitka as a standalone .exe file for easier and faster running (without cmd)
Used the following command:
python -m nuitka --standalone --windows-icon-from-ico=fmhy.ico fmhy-search.py
Nuitka Icon (used GIMP to export as .ico) Program zip file
No modifications done to the main program, just downloaded the source code, launched cmd and ran the above command.