diff --git a/source/build_native.sh b/source/build_native.sh index 89ac879..3042e97 100755 --- a/source/build_native.sh +++ b/source/build_native.sh @@ -46,8 +46,8 @@ function build_native() { build_native + echo "Auto-installing dropshell locally..." mkdir -p "${INSTALL_DIR}" cp "${OUTPUT_DIR}/dropshell.${ARCH}" "${INSTALL_DIR}/dropshell" -ds version echo "Build process completed!"