Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding version to shawl.exe properties #14

Closed
dreamflow opened this issue Jul 6, 2021 · 6 comments
Closed

adding version to shawl.exe properties #14

dreamflow opened this issue Jul 6, 2021 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@dreamflow
Copy link

hi , i'm a user of shawl.exe .

could please the version of shawl be added to the shawl.exe properties
like on the picture below .
this would make it easier to manually and programatically
see the different shawl.exe versions on different machines ,
where shawl is installed on .

shawl exe properties with version

@mtkennerly
Copy link
Owner

Sure, that sounds like a good idea 👍

@mtkennerly mtkennerly added the enhancement New feature or request label Jul 9, 2021
@mklinke
Copy link

mklinke commented Jan 11, 2022

Looks like it's not possible to include those properties in the exectuable while this is still open: rust-lang/rfcs#721

@dgellow
Copy link

dgellow commented Jan 13, 2022

@mklinke From what I see that can be done using the cargo build script embed-resource.`

@mtkennerly mtkennerly added this to the v1.1.0 milestone Jan 17, 2022
@mtkennerly
Copy link
Owner

I went with winres since it seemed more straightforward:

image

@dgellow
Copy link

dgellow commented Jan 18, 2022

Great :)

@dreamflow
Copy link
Author

dreamflow commented Jan 19, 2022

thank you @mtkennerly for implementing this feature
and thank you all others in this thread .

i'm already making use of this feature in my application
and can confirm that it's super easy now to programatically
read the shawl.exe version .

for those interessed , now i read the shawl.exe version
with a one-liner in AutoIt
FileGetVersion( '...path_to...\shawl.exe' , 'ProductVersion' )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants