frostming / pdm-packer

A PDM plugin that packs your packages into a zipapp
MIT License
48 stars 4 forks source link

Can I hide console window and set an icon for exe? #22

Closed ghost closed 1 year ago

ghost commented 2 years ago

Like PyInstaller’s -w and -i.

frostming commented 1 year ago

-i INTERPRETER, --interpreter INTERPRETER

If you give it a pythonw.exe you can hide the console window.

For icons, it is out of the scope of this project