build: manual update scripts (#786)

people asked for this often enough
This commit is contained in:
bicarus
2026-07-02 23:48:52 -07:00
committed by GitHub
parent 67da892fe9
commit 746fdb5409
3 changed files with 127 additions and 0 deletions
+4
View File
@@ -354,6 +354,10 @@ mkdir ${OUTDIR_EXTRAS}/api
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}
# build distribution archive
if ((DIST_ENABLE > 0))
then