Commit 82aa75e
Make GUI installer publish as single-file self-contained exe
The GUI installer was missing from v1.3.0 release because the publish
step produced 280 loose files but only the exe was copied to the release
zip. Without its DLLs, the exe would crash on launch.
Add PublishSingleFile, SelfContained, and related properties to match
the CLI installer csproj. Remove now-redundant flags from build.yml.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b8b0d63 commit 82aa75e
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
0 commit comments