If I right understand this block of code
# so we simply prefix our package names to avoid accepting stock packages here...
$VALID_GLOBS=@("OCP-KOReader-v*.zip", "OCP-Plato-*.zip", "OCP-KFMon-*.zip", "KFMon-Uninstaller*.zip")
The name of file should be exactly like here, well maybe this problem because when I download the koreader from git the name of file was little bit different than this. will try today rename the folder like in the script.
|