This commit is contained in:
Pavel Suha
2025-04-25 16:31:48 +02:00
commit 7b54ba45a1
132 changed files with 6984 additions and 0 deletions

7
install.sh Normal file
View File

@@ -0,0 +1,7 @@
#/bin/sh
# do NOT use this script from Kodi addons directory, it is intented for development only
DESTDIR=~/.kodi/addons/script.module.stream.resolver
rm -rf ${DESTDIR}
mkdir -p ${DESTDIR}
cp -a * ${DESTDIR}