mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-05 18:20:41 -08:00
7.0.2.1
This commit is contained in:
parent
6975aa7d2c
commit
da2a5a6bc3
4 changed files with 6 additions and 1 deletions
1
.github/workflows/make-release.yml
vendored
1
.github/workflows/make-release.yml
vendored
|
|
@ -91,6 +91,7 @@ jobs:
|
|||
rm *.md
|
||||
version=$(xmlstarlet sel -t -v 'string(/addon/@version)' addon.xml)
|
||||
xmlstarlet ed -L -u '/addon/requires/import[@addon="xbmc.python"]/@version' -v '3.0.0' addon.xml
|
||||
xmlstarlet ed -L -u '/addon/requires/import[@addon="inputstream.adaptive"]/@version' -v '19.0.7' addon.xml
|
||||
xmlstarlet ed -L -d '/addon/requires/import[@addon="script.module.infotagger"]' addon.xml
|
||||
filename=${{ github.event.repository.name }}-${version}.matrix.1.zip
|
||||
cd ..
|
||||
|
|
|
|||
1
.github/workflows/submit-release.yml
vendored
1
.github/workflows/submit-release.yml
vendored
|
|
@ -74,6 +74,7 @@ jobs:
|
|||
version=$(xmlstarlet sel -t -v 'string(/addon/@version)' addon.xml)
|
||||
xmlstarlet ed -L -u '/addon/@version' -v "${version}+matrix.1" addon.xml
|
||||
xmlstarlet ed -L -u '/addon/requires/import[@addon="xbmc.python"]/@version' -v '3.0.0' addon.xml
|
||||
xmlstarlet ed -L -u '/addon/requires/import[@addon="inputstream.adaptive"]/@version' -v '19.0.7' addon.xml
|
||||
xmlstarlet ed -L -d '/addon/requires/import[@addon="script.module.infotagger"]' addon.xml
|
||||
git add .
|
||||
git commit -m "Kodi 19 Patch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue