dgiagio / warp

Create self-contained single binary applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to do inject the exe version?

karthim20 opened this issue · comments

Is there a way to version the generated exe ?

#25 seems to be the solve for it. I actually embedded a version into my application where it printed the version in a console log. You could just name your file with the version at the end as well.

Naming the file is fine. But when you right click on the exe -> properties -> details Tab-> nothing is showing. But we need to show the "File Version", "Product name", "Copyright", etc