'Generic Commit'
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 3m20s

This commit is contained in:
Your Name 2025-06-01 23:38:58 +12:00
parent f48302c05e
commit 0b0f3df59c

View File

@ -46,8 +46,8 @@ function build_native() {
build_native build_native
echo "Auto-installing dropshell locally..." echo "Auto-installing dropshell locally..."
mkdir -p "${INSTALL_DIR}" mkdir -p "${INSTALL_DIR}"
cp "${OUTPUT_DIR}/dropshell.${ARCH}" "${INSTALL_DIR}/dropshell" cp "${OUTPUT_DIR}/dropshell.${ARCH}" "${INSTALL_DIR}/dropshell"
ds version
echo "Build process completed!" echo "Build process completed!"