Skip to content

Commit d336592

Browse files
authored
treewide: finish renaming to Watt (#36)
2 parents da07011 + 5a19795 commit d336592

File tree

14 files changed

+132
-132
lines changed

14 files changed

+132
-132
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
include:
3131
- os: ubuntu-latest
3232
target: x86_64-unknown-linux-gnu
33-
name: superfreq-linux-amd64
33+
name: watt-linux-amd64
3434
cross: false
3535
- os: ubuntu-latest
3636
target: aarch64-unknown-linux-gnu
37-
name: superfreq-linux-arm64
37+
name: watt-linux-arm64
3838
cross: true
3939

4040
runs-on: ${{ matrix.os }}
@@ -88,12 +88,12 @@ jobs:
8888
uses: robinraju/release-downloader@v1
8989
with:
9090
tag: ${{ github.ref_name }}
91-
fileName: "superfreq-*"
91+
fileName: "watt-*"
9292
out-file-path: "."
9393

9494
- name: Generate checksums
9595
run: |
96-
sha256sum superfreq-* > SHA256SUMS
96+
sha256sum watt-* > SHA256SUMS
9797
9898
- name: Upload Checksums
9999
uses: softprops/action-gh-release@v2

Cargo.lock

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "superfreq"
2+
name = "watt"
33
description = "Modern CPU frequency and power management utility for Linux"
44
version = "0.3.2"
55
edition = "2024"

0 commit comments

Comments
 (0)