Commit 1156daf
authored
fix: second build fails with DirectoryNotFoundException (#25)
* refactor: use SVG path icons for theme and locale buttons
- Replace emoji with PathGeometry icons (Sun/Moon/Globe)
- Theme: Moon icon in light mode, Sun icon in dark mode (toggled via IsDarkTheme)
- Locale: Globe icon overlay with EN/中 text label
- Remove ThemeButtonText emoji property from ViewModel
* fix: Config.OutputPath overwritten with .zip path causing second build failure
- After first build, OutputPath was set to the .zip file path
- Second build used it as a directory, creating a broken path
- Fix: don't overwrite OutputPath with .zip, keep it as directory only1 parent fa401b4 commit 1156daf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments