dgiagio / warp

Create self-contained single binary applications
MIT License
1.91k stars 92 forks source link

Is there a way to do inject the exe version? #40

Open karthim20 opened 5 years ago

karthim20 commented 5 years ago

Is there a way to version the generated exe ?

lastlink commented 5 years ago

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.

karthim20 commented 5 years ago

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