Improve automation
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user