Commit b0b60a2
committed
feat(installer): make the installer branding-icon dir configurable
build.ps1 hardcoded frontend/public for the MSI icon, which breaks apps whose
frontend carries no favicon.ico. Add an installer_branding_dir copier var
(default frontend/public) and use it for BrandingDir, so an app without a usable
frontend favicon can point it at a dir it owns (e.g. installer/) that holds
favicon.ico.1 parent 3efe4df commit b0b60a2
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
199 | 205 | | |
200 | 206 | | |
201 | 207 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments