graalvm

emilaasa 2023-12-15T13:59:23.899959Z

Can we set the windows exe properties from graalvm native image? The stuff you see when you look at Properties -> Details in windows, like "Product name", "Product version", "Copyright" and so on?

emilaasa 2023-12-18T09:30:04.275869Z

I wonder if it's enough to include one of these files: https://en.wikibooks.org/wiki/Windows_Programming/Resource_Script_Reference#Version_Information

borkdude 2023-12-18T15:41:05.659169Z

you might have better luck in the native-image channel on the GraalVM slack community

emilaasa 2023-12-18T18:30:01.817929Z

Thanks for the tip I'll check it out!