Improve automation

This commit is contained in:
2026-03-11 23:40:01 -05:00
parent 0b2d2e5214
commit 130a99ea54
5 changed files with 24 additions and 9 deletions

View File

@@ -7,9 +7,9 @@ root="$(realpath "$root")"
source "${dir}/pack.properties"
cd "${dir}/legacy"
zip -rv "${root}/dist/${TITLE}_Auto-Update-Legacy.zip"
zip -rv --filesync "${root}/dist/${TITLE}_Auto-Update-Legacy.zip"
cd -
cd "${dir}/unsup" || exit
zip -rv "${root}/dist/${TITLE}_Auto-Update.zip" .
zip -rv --filesync "${root}/dist/${TITLE}_Auto-Update.zip" .
cd - || exit
printf %s\\n "Auto update distributions created!"