ofek / pyapp

Runtime installer for Python applications
https://ofek.dev/pyapp/
1.22k stars 29 forks source link

Option to name the output executable #74

Open oberluz opened 10 months ago

oberluz commented 10 months ago

Hi,

Would it be possible to add an option to name rge executable based on the project name rather than pyapp.exe? Congratulations by the way, really useful took.

Brandontam29 commented 5 months ago

Yes, just set the PROJECT_EXE_NAME environment variable to the name of your choice. Here is an example.

PROJECT_EXE_NAME: str = "custom_name"