goversioninfo icon indicating copy to clipboard operation
goversioninfo copied to clipboard

Golang Microsoft Windows File Properties/Version Info and Icon Resource Generator

Results 11 goversioninfo issues
Sort by recently updated
recently updated
newest added

I have a Go application on Windows 10+ that is using WebView for the GUI. It works great but I am having trouble setting the Window icon. This is not...

2022/03/21 14:58:13 Error when extracting compiler information: no goversion found

i already used your module in an tool. today i tried to rebuild it, and now it fails to build. tried to install goversioninfo ```bash > go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo no...

- Test with Go 1.18 - Use GitHub Actions instead of Travis

C:/Tools/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: $WORK\b001\exe\a.out.exe: .rsrc merge failure: corrupt .rsrc section The go generate command is //go:generate goversioninfo -64 -icon=./resource/pipeline.ico -manifest=./resource/PipeIt.exe.manifest My platform is Windows 10 64bit with go version go1.13.5 windows/amd64

## 1. `Product Version` under `FixedFileInfo` has no effect when `StringFileInfo` is not present #### Steps to reproduce: - Remove everything except `FixedFileInfo`. #### Observation - File Version will reflect...

my versioninfo.json file We are facing an issue with the question mark symbol for copyrights. please check Please see ![image (12)](https://github.com/josephspurrier/goversioninfo/assets/90670329/7217ed76-96fa-4fef-8449-dc08991d3cdb) ![image (13)](https://github.com/josephspurrier/goversioninfo/assets/90670329/c67870d6-5ed4-441f-bae0-6cfc1758eef2) the screenshot for your reference.

i've tried to insert to my code this directive and nothing happened after go build. `//go:generate goversioninfo -file-version="1.2.3.4"` I guess my argument overriden by default values from versioninfo.json `"FixedFileInfo": {...

During our release pipeline we always need to update all version components of the `versioninfo.json`, which is a bit tedious as we not only have to update version strings, but...