diff --git a/scripts/cargo.sh b/scripts/cargo.sh index 023001c..8b5f46f 100755 --- a/scripts/cargo.sh +++ b/scripts/cargo.sh @@ -6,7 +6,7 @@ export APP_ID="$4" export VERSION="$5" export PROFILE="$6" -if [[ "$PROFILE" == "Devel" ]] +if test "$PROFILE" = "Devel" then echo "DEBUG MODE" cargo build -p podcasts-gtk && cp $1/target/debug/podcasts-gtk $2