From 2aae8ad9cad4fd38fd49d7176b5f68f0117001d6 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Wed, 15 Jul 2026 02:14:19 -0700 Subject: [PATCH] move updater scripts --- src/spice2x/build_all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spice2x/build_all.sh b/src/spice2x/build_all.sh index cdd1bb0..d269b89 100755 --- a/src/spice2x/build_all.sh +++ b/src/spice2x/build_all.sh @@ -307,6 +307,7 @@ mkdir -p ${OUTDIR_EXTRAS}/largeaddressaware mkdir -p ${OUTDIR_EXTRAS}/linux mkdir -p ${OUTDIR_EXTRAS}/sdk/samples/32 mkdir -p ${OUTDIR_EXTRAS}/sdk/samples/64 +mkdir -p ${OUTDIR_EXTRAS}/updater if ((BUILD_XP_32 > 0)) || ((BUILD_XP_64 > 0)) then mkdir -p ${OUTDIR_EXTRAS}/winxp @@ -368,8 +369,7 @@ find ./api/resources/python -name "__pycache__" -exec rm -rf {} + cp -r ./api/resources/* ${OUTDIR_EXTRAS}/api # generate the standalone updater scripts from the shared template and drop them -# straight into the output folder (included in both the regular and full archives) -bash ./build_updaters.sh ${OUTDIR} +bash ./build_updaters.sh ${OUTDIR_EXTRAS}/updater # build distribution archive if ((DIST_ENABLE > 0))