move updater scripts

This commit is contained in:
bicarus-dev
2026-07-15 02:14:19 -07:00
parent 1b6d1af951
commit 2aae8ad9ca
+2 -2
View File
@@ -307,6 +307,7 @@ mkdir -p ${OUTDIR_EXTRAS}/largeaddressaware
mkdir -p ${OUTDIR_EXTRAS}/linux mkdir -p ${OUTDIR_EXTRAS}/linux
mkdir -p ${OUTDIR_EXTRAS}/sdk/samples/32 mkdir -p ${OUTDIR_EXTRAS}/sdk/samples/32
mkdir -p ${OUTDIR_EXTRAS}/sdk/samples/64 mkdir -p ${OUTDIR_EXTRAS}/sdk/samples/64
mkdir -p ${OUTDIR_EXTRAS}/updater
if ((BUILD_XP_32 > 0)) || ((BUILD_XP_64 > 0)) if ((BUILD_XP_32 > 0)) || ((BUILD_XP_64 > 0))
then then
mkdir -p ${OUTDIR_EXTRAS}/winxp 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 cp -r ./api/resources/* ${OUTDIR_EXTRAS}/api
# generate the standalone updater scripts from the shared template and drop them # 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_EXTRAS}/updater
bash ./build_updaters.sh ${OUTDIR}
# build distribution archive # build distribution archive
if ((DIST_ENABLE > 0)) if ((DIST_ENABLE > 0))