Commit df20d94
Reduce Windows release package size (#4733)
* Reduce Windows release package size
Trim the bundled pinget single-file publish and disable ReadyToRun for that helper so it no longer embeds a large untrimmed runtime payload. Also remove oversized PDBs recursively from the staged Windows release package.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Keep ReadyToRun for bundled pinget
Keep the bundled pinget helper trimmed, but allow Release ReadyToRun to remain enabled for startup performance.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b1e4850 commit df20d94
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- .github/workflows
- src
- UniGetUI.Avalonia
- UniGetUI
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments