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

Commit 27f396d

Browse files
committed
(Re)configure branch for release
1 parent 6878897 commit 27f396d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/build.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
#cargo build --release --target x86_64-unknown-linux-musl
4-
cargo build --target x86_64-unknown-linux-musl
3+
cargo build --release --target x86_64-unknown-linux-musl
4+
#cargo build --target x86_64-unknown-linux-musl
55
#cross build --release
66

77
mkdir -p ../bin
8-
#cp ./target/x86_64-unknown-linux-musl/release/powertools-rs ../bin/backend
9-
cp ./target/x86_64-unknown-linux-musl/debug/powertools-rs ../bin/backend
8+
cp ./target/x86_64-unknown-linux-musl/release/powertools-rs ../bin/backend
9+
#cp ./target/x86_64-unknown-linux-musl/debug/powertools-rs ../bin/backend
1010
#cp ./target/release/powertools-rs ../bin/backend

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PowerTools",
33
"author": "NGnius",
4-
"flags": ["root", "_debug"],
4+
"flags": ["root"],
55
"publish": {
66
"discord_id": "106537989684887552",
77
"description": "Power tweaks for power users",

0 commit comments

Comments
 (0)