diff --git a/build.sh b/build.sh index 5ea29a4..3bc473a 100755 --- a/build.sh +++ b/build.sh @@ -52,7 +52,7 @@ build_linux_arm() { echo -e "\t\t${GREEN}... done${NC}" echo -e "\nstipping arm binary:" - strip -o ${TARGET}-linux-arm-stripped ${APP}-linux-arm + strip -o ${APP}-linux-arm-stripped ${APP}-linux-arm echo -e "\t\t${GREEN}... done${NC}" }