Skip to content

Commit 71fa632

Browse files
committed
Add new CLI logo assets in SVG and PNG formats and update Cargo manifest to reference PNG icon
- Introduced `CLI_Logo.svg` and `CLI_Logo.png`. - Updated Cargo.toml `icons` field to reference `CLI_Logo.png`.
1 parent 9e51e47 commit 71fa632

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ product-name = "jarvy"
4545
identifier = "io.github.bearbinary.jarvy"
4646
category = "Utility"
4747
homepage = "https://github.com/bearbinary/jarvy"
48-
icons = ["assets/Logo.png"] # Optional; remove if you don't ship icons
48+
icons = ["assets/CLI_Logo.png"] # Optional; remove if you don't ship icons
4949
licenseFile = "LICENSE"
5050
formats = ["all"] # Or ["all"] if you want every supported format
5151

assets/CLI_Logo.svg

Lines changed: 14 additions & 0 deletions
Loading

assets/CLI_Logo@4x.png

55.4 KB
Loading

0 commit comments

Comments
 (0)