Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Minor repo cleanup/reconfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
NGnius committed Sep 9, 2022
1 parent ce9c6dc commit 1795c29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 75 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ You will need that installed for this plugin to work.
- Display supplementary battery info
- Keep settings between restarts (stored in `~/.config/powertools/<appid>.json`)

## Install

Please Decky's built-in store to install official releases.
If you're an advanced user, and/or would like to use an in-development version, feel free to build PowerTools yourself.

## Build

0. Requirements: a functioning Rust toolchain for x86_64-unknown-linux-musl, npm, and some tech literacy
Expand Down
8 changes: 4 additions & 4 deletions backend/build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

#cargo build --release --target x86_64-unknown-linux-musl
cargo build --target x86_64-unknown-linux-musl
cargo build --release --target x86_64-unknown-linux-musl
#cargo build --target x86_64-unknown-linux-musl
#cross build --release

mkdir -p ../bin
#cp ./target/x86_64-unknown-linux-musl/release/powertools-rs ../bin/backend
cp ./target/x86_64-unknown-linux-musl/debug/powertools-rs ../bin/backend
cp ./target/x86_64-unknown-linux-musl/release/powertools-rs ../bin/backend
#cp ./target/x86_64-unknown-linux-musl/debug/powertools-rs ../bin/backend
#cp ./target/release/powertools-rs ../bin/backend
71 changes: 0 additions & 71 deletions server.py

This file was deleted.

0 comments on commit 1795c29

Please sign in to comment.