Commit e07ee94
fix: ship terminal-init.js + transparent variant in MSI, guard Assets drift
The MSI shipped only terminal.html / xterm.js / xterm.css / xterm-addon-fit.js
even though terminal.html has loaded terminal-init.js since commit 75280b1 and
transparent sessions load terminal-transparent.html. Installed users therefore
got a blank terminal pane — portable ZIP users were unaffected because the ZIP
mirrors the whole publish output.
- WiX now lists terminal-init.js and terminal-transparent.html as components.
- A new CI step diffs src/CodeShellManager/Assets/ against the <File Source>
refs in the WiX manifest and fails the build if they drift, so adding a new
Asset file without updating WiX can't slip through again.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b70862c commit e07ee94
2 files changed
Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
31 | 52 | | |
32 | 53 | | |
33 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
61 | 69 | | |
62 | 70 | | |
63 | 71 | | |
| |||
0 commit comments