diff --git a/.github/macmon.png b/.github/macmon.png index ea22f92..413d8e0 100644 Binary files a/.github/macmon.png and b/.github/macmon.png differ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb2e76d..5d624af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,6 @@ jobs: - name: archiving id: archive run: | - strip target/release/macmon cp target/release/macmon macmon tar czf macmon-${{ github.ref_name }}.tar.gz readme.md LICENSE macmon ls -lah | grep macmon diff --git a/Cargo.lock b/Cargo.lock index 2b5748f..36be657 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "macmon" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index 81a3efc..934b656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macmon" -version = "0.1.0" +version = "0.2.0" edition = "2021" [lints.rust] @@ -10,6 +10,7 @@ unreachable_code = "allow" [profile.release] panic = "abort" +strip = false [dependencies] clap = {version = "4.5.7", features = ["derive"]} diff --git a/readme.md b/readme.md index c55ea36..6451cf5 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,8 @@ -# macmon – Mac Monitor +# `macmon` – Mac Monitor + +[](https://github.com/vladkens/macmon/releases) +[](https://github.com/vladkens/macmon/blob/main/LICENSE) +[](https://buymeacoffee.com/vladkens)