Skip to content

Commit 9fa697f

Browse files
committed
fix executable permission
1 parent a3466b8 commit 9fa697f

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

addon.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="script.module.zap2xml"
33
name="zap2xml"
4-
version="0.7.2"
4+
version="0.7.3"
55
provider-name="edit4ever">
66
<requires>
77
<import addon="xbmc.python" version="2.1.0"/>
@@ -19,15 +19,12 @@
1919
<platform>all</platform>
2020
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
2121
<news>
22-
v.7.2
23-
- fix for channels with non-standard numbers
22+
v0.7.3
23+
- fix executable on ubuntu
2424

25-
v.7.1
26-
- fix incorrect xtra details
27-
28-
v0.7.0
29-
- fix login error with zap2it
30-
- added function to delete cache to solve issue with updating "favorite" channels
25+
v0.7.2 - fix for channels with non-standard numbers
26+
v0.7.1 - fix incorrect xtra details
27+
v0.7.0 - fix login error with zap2it - added function to delete cache to solve issue with updating "favorite" channels
3128
</news>
3229
</extension>
3330
</addon>

bin/tv_grab_zap2xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env sh
22
################################################################################
33
# This file is part of OpenELEC - http://www.openelec.tv
44
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)

0 commit comments

Comments
 (0)