From 0b0f3df59c9598c947bda93dd02e237c8ac34de0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Jun 2025 23:38:58 +1200 Subject: [PATCH] 'Generic Commit' --- source/build_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"