(Re)configure branch for release

This commit is contained in:
NGnius (Graham) 2022-09-11 11:40:32 -04:00
parent 357a7cfe37
commit f0862ddd73
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
{
"name": "PowerTools",
"author": "NGnius",
"flags": ["root", "_debug"],
"flags": ["root"],
"publish": {
"discord_id": "106537989684887552",
"description": "Power tweaks for power users",