Commit f2d70e3
fix(companion): build native 64-bit NSIS installer
The NSIS installer was a 32-bit PE, causing $PROGRAMFILES to resolve
to "Program Files (x86)" on 64-bit Windows. Adding "Target amd64-unicode"
produces a native 64-bit installer where $PROGRAMFILES correctly points
to "Program Files".
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 3256570 commit f2d70e3
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments