Skip to content

Commit

Permalink
chore: add repo splash header
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Oct 5, 2023
1 parent db1311d commit 1549cae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file added .github/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# cargo-packager

<img src=".github/splash.png" alt="cargo-packager splash" />

Rust executable packager, bundler and updater. A tool and library to generate installers or app bundles for your executables.
It also has a comptabile updater through [cargo-packager-updater](./crates/updater/).

Expand Down
2 changes: 2 additions & 0 deletions crates/packager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

//! [![cargo-packager splash](https://github.com/crabnebula-dev/cargo-packager/raw/main/.github/splash.png)](https://github.com/crabnebula-dev/cargo-packager)
//!
//! `cargo-packager` is a tool and library to generate installers or app bundles for your executables.
//! It also has a comptabile updater through [cargo-packager-updater](https://docs.rs/cargo-packager-updater).
//!
Expand Down

0 comments on commit 1549cae

Please sign in to comment.