Revamp OrcaSlicer updater (#10884)

* Revamp OrcaSlicer updater
This commit is contained in:
SoftFever
2025-09-28 10:33:33 +08:00
committed by GitHub
parent c59255a605
commit f020480900
14 changed files with 693 additions and 91 deletions

View File

@@ -225,6 +225,9 @@ if [[ -n "${BUILD_ORCA}" ]] ; then
if [[ -n "${BUILD_TESTS}" ]] ; then
BUILD_ARGS+=(-DBUILD_TESTS=ON)
fi
if [[ -n "${ORCA_UPDATER_SIG_KEY}" ]] ; then
BUILD_ARGS+=(-DORCA_UPDATER_SIG_KEY="${ORCA_UPDATER_SIG_KEY}")
fi
echo "Configuring OrcaSlicer..."
set -x