UPD test and fix zipdepot script

This commit is contained in:
2024-05-26 01:50:52 +02:00
parent 62b749fe61
commit 0c66b24962
3 changed files with 6 additions and 3 deletions

View File

@ -24,9 +24,12 @@ then
minor=$((minor))
newversion="$major.$minor.$patch"
echo "$newversion"
printf -v date '%(%Y-%m-%d)T\n' -1
xmllint --shell depot.xml << EOF
cd extension/version
set $newversion
cd /extension/creationDate
set $date
save
EOF