diff options
| author | Adam Bird <Archez@users.noreply.github.com> | 2023-04-25 10:36:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 10:36:35 -0400 |
| commit | 000a5d28f35583b8cd6494d11fb4a0c0b4bcd298 (patch) | |
| tree | 4a61c4a7e5d87cc7d6cbbe573d49d9693857d0a4 /.gitignore | |
| parent | aea46e7cb290b770ece05112259e1b09d77b35f2 (diff) | |
Add version info and other details to windows exe properties (#2743)
* add version info and other details to windows exe properties
* configure properties file directly to src dir
* move version name in properties and change to Title Case
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 58d6bb578..af0068765 100644 --- a/.gitignore +++ b/.gitignore @@ -446,4 +446,6 @@ CTestTestfile.cmake _deps */extract_assets_cmake* /build* -build.c + +soh/build.c +soh/properties.h |
