Commit 5c3a203
committed
fix: use direct shell variables in VIProductVersion
- Replace ${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}.${PATCH}
- With $MAJOR.$MINOR.$BUILD.$PATCH
- NSIS VIProductVersion needs actual numeric values, not constants1 parent 8121aae commit 5c3a203
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
0 commit comments