Skip to content

Commit

Permalink
update deps + change res path (wiiznokes#118)
Browse files Browse the repository at this point in the history
* update deps + clippy

* fix graph window

* resource -> res

* it translation

* update udev rules

* prettier

* add deps for CI
  • Loading branch information
wiiznokes authored May 27, 2024
1 parent f3621e6 commit 833d7f9
Show file tree
Hide file tree
Showing 118 changed files with 1,025 additions and 781 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ labels: bug

#### Logs

On linux, run `flatpak run io.github.wiiznokes.fan-control` in a terminal.
On linux, run `flatpak run io.github.wiiznokes.fan-control` in a terminal.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- run: rustup update
- uses: taiki-e/install-action@just
- uses: Swatinem/rust-cache@v2
- name: Install deps
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install pkg-config libxkbcommon-dev

- name: Build libsensors on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
Expand Down Expand Up @@ -71,6 +74,9 @@ jobs:
- run: rustup update
- uses: taiki-e/install-action@just
- uses: Swatinem/rust-cache@v2
- name: Install deps
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install pkg-config libxkbcommon-dev

- name: Build libsensors on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ build/
/.flatpak-builder
/vendor
/repo
/flatpak-out
/flatpak-out
package-lock.json
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ The name of the folders follow [this convention](https://en.wikipedia.org/wiki/L

Support for [pontoon](https://github.com/mozilla/pontoon) (a tool for making translation) will be added at some point.

You can also translate the [metainfo](./resource/linux/metainfo.xml) file and the [desktop entry](./resource/linux/desktop_entry.desktop).
You can also translate the [metainfo](./res/linux/metainfo.xml) file and the [desktop entry](./res/linux/desktop_entry.desktop).

<strong> Please don't translate the README, this will not be merged. </strong>
Loading

0 comments on commit 833d7f9

Please sign in to comment.