mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
64fec8bf0b
Adds information like product/file version, description, product name and copyright to compiled Windows binaries in dogfood and release builds. Also adds an icon to the executable. This is necessary for Coder Desktop to be able to check the version on binaries. ### Before:   ### After:    Closes https://github.com/coder/coder/issues/16693
9 lines
357 B
Go
9 lines
357 B
Go
// This package is used for embedding .syso resource files into the binary
|
|
// during build and does not contain any code. During build, .syso files will be
|
|
// dropped in this directory and then removed after the build completes.
|
|
//
|
|
// This package must be imported by all binaries for this to work.
|
|
//
|
|
// See build_go.sh for more details.
|
|
package resources
|