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 09990e9..0326d8b 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",