Commit 5559685
fix(branding+sidecar): IntuneCommander wordmark, MSI publisher, bundled-sidecar discovery
- signin.rs: the sign-in hero wordmark still read "cmProjectX" (built as two-tone
"cm"+"ProjectX", which is why the earlier rename missed it) -> now "Intune"+"Commander".
Last user-facing codename leftover; window/nav titles were already renamed.
- installer.mpdev.json: MSI publisher "gellorg" -> "Adam Gell" to match the signing cert;
the install dialog was showing the wrong org.
- sidecar.rs: also look for the sidecar at `sidecar/Api.exe` next to the client, not only
`Api.exe`. The release bundle stages the sidecar in a `sidecar/` subfolder, so on a clean
install the client could not find it — it either failed to start one or borrowed a stray
leftover (the "separate sidecar" a tester saw). Now it spawns its OWN bundled sidecar
hidden (CREATE_NO_WINDOW).
- workflow: the portable-zip launcher no longer starts the sidecar itself (that opened a
visible console); the client auto-spawns it hidden.
Verified: cargo check passes with the sidecar change; workflow YAML parses.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 3e19042 commit 5559685
4 files changed
Lines changed: 16 additions & 7 deletions
File tree
- .github/workflows
- app/src
- packaging
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
269 | 272 | | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
86 | 95 | | |
87 | 96 | | |
88 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
| 564 | + | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
| 570 | + | |
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments