Skip to content

Commit 8fb28a6

Browse files
committed
fix: ship README app icon outside denylisted design/
1 parent 646b517 commit 8fb28a6

3 files changed

Lines changed: 112 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Versioning follows [Semantic Versioning](https://semver.org/) with pre-release t
1010
### Fixed
1111

1212
- First-run vault unlock: Keychain / Tauri invoke args use camelCase (`keyId`, `wrappedKey`) so store/load matches the Rust command schema
13+
- README app icon: use `src-tauri/icons/app-icon.svg` (public) instead of denylisted `design/` so GitHub renders it
1314

1415
### Added
1516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="left">
2-
<img src="design/sc-desktop/app-icon.svg" alt="SuchConfig" width="128" height="128" />
2+
<img src="src-tauri/icons/app-icon.svg" alt="SuchConfig" width="128" height="128" />
33
</p>
44

55
# SuchConfig

src-tauri/icons/app-icon.svg

Lines changed: 110 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)