From f0862ddd7312446915998e4898e405450ac148ed Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Sun, 11 Sep 2022 11:40:32 -0400 Subject: [PATCH] (Re)configure branch for release --- backend/build.sh | 8 ++++---- plugin.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/build.sh b/backend/build.sh index 94cd216..f2fab87 100755 --- a/backend/build.sh +++ b/backend/build.sh @@ -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 diff --git a/plugin.json b/plugin.json index f1e4d84..4fe6848 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "PowerTools", "author": "NGnius", - "flags": ["root", "_debug"], + "flags": ["root"], "publish": { "discord_id": "106537989684887552", "description": "Power tweaks for power users",