Commit b0dc22b
LoukaO
Fix versioninfo.json hex format - use plain hex strings without 0x prefix
- goversioninfo expects hex values as plain strings without 0x prefix
- FileFlagsMask: '3f' instead of '0x3f'
- FileFlags: '00' instead of '0x00'
- FileOS: '040004' instead of '0x040004'
- FileType: '01' instead of '0x01'
- FileSubType: '00' instead of '0x00'
- LangID: '0409' instead of '0x0409'
- CharsetID: '04B0' instead of '0x04B0'1 parent 8dec5ca commit b0dc22b
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments