Skip to content

Commit

Permalink
chore: point to full URL in img (#276)
Browse files Browse the repository at this point in the history
* Points to full URL in img

Relative URLs are broken on https://crates.io/crates/cargo-packager. This replaces the URL with a full one.

* Update README.md
  • Loading branch information
NikolaRHristov authored Sep 23, 2024
1 parent 8836765 commit 93b2327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cargo-packager

<img src=".github/splash.png" alt="cargo-packager splash" />
<img src="https://raw.githubusercontent.com/crabnebula-dev/cargo-packager/main/.github/splash.png" alt="cargo-packager splash" />

Executable packager, bundler and updater. A cli tool and library to generate installers or app bundles for your executables.
It also has a compatible updater through [cargo-packager-updater](./crates/updater/).
Expand Down

0 comments on commit 93b2327

Please sign in to comment.