Commit a2acf3d
authored
Refactor EXE packaging to avoid temp files (#137)
* Refactor EXE packaging to avoid temp files
* Remove `UninstallLauncher.exe` from resources
* Refactor ExePackagingService to use IContainer and avoid intermediate disk writes
- Change BuildFromDirectory/Project to return Result<IContainer> instead of FileInfo.
- Remove direct file writing from ExePackagingService; delegate to caller via Zafiro.DivineBytes.
- Remove standalone Uninstaller.exe from output (it remains embedded in the installer).
- Update CLI ExeCommand and tests to handle the new API.
* Refactor Exe packaging to use Zafiro.DivineBytes and remove Zafiro.FileSystem dependencies1 parent 0bc40ab commit a2acf3d
File tree
25 files changed
+493
-443
lines changed- src
- DotnetPackaging.AppImage
- DotnetPackaging.Exe.Installer/Resources
- DotnetPackaging.Exe
- DotnetPackaging.Rpm/Builder
- DotnetPackaging.Tool
- Commands
- DotnetPackaging
- Publish
- test/DotnetPackaging.Exe.Tests
25 files changed
+493
-443
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
5 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
6 | 16 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
10 | 22 | | |
11 | | - | |
12 | | - | |
| 23 | + | |
13 | 24 | | |
14 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments