Linux how to build a ZIP from source (GitHub: Heise Show, c't uplink)
#1
Hi

https://github.com/acb-ct/heise-kodi
 official kodi plug-ins for heise online and c't

howto build a zip?
Reply
#2
just download the whole repository with "clone download" ... then you need to rezip the different folders into single zips i.e. plugin.video.heiseonline.zip and install it via addonmanager "install from zip file" done!
also thanks for the hint, didn't know there where an addon for heise
Reply
#3
Doesn't work. Maybe I do something wrong? "Failed to install..."

git clone https://github.com/acb-ct/heise-kodi.git
cd heise-kodi/
zip /tmp/plugin.video.ctuplink.zip plugin.video.ctuplink/*
zip /tmp/plugin.video.heiseonline.zip plugin.video.heiseonline/*
zip /tmp/plugin.video.heiseshowz.zip plugin.video.heiseshow/*
cd /tmp
scp *.zip [email protected]:/tmp


UPDATE: creating the ZIP file with Finder is working
Reply
#4
did this with windows and total commander, no issue... not sure what linux zip does different.
Reply

Logout Mark Read Team Forum Stats Members Help
how to build a ZIP from source (GitHub: Heise Show, c't uplink)0