maraschino: update to maraschino-1681187, bump addon version

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-10-28 15:01:49 +01:00
parent 2e4b2abe47
commit c19ab4019e
3 changed files with 6 additions and 15 deletions

View File

@ -1,3 +1,7 @@
3.0.1
- bump addon version
- update to maraschino-1681187
2.1.2
- update to maraschino-40e2ce0
- add possibilty to start / stop addon from addon manager with enable / disable

View File

@ -19,8 +19,8 @@
################################################################################
PKG_NAME="maraschino"
PKG_VERSION="40e2ce0"
PKG_REV="2"
PKG_VERSION="1681187"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.maraschinoproject.com/"

View File

@ -1,13 +0,0 @@
--- a/modules/remote.py
+++ b/modules/remote.py
@@ -13,7 +13,7 @@ connected = False
def update_xbmc_object():
host = get_setting_value('server_hostname')
try:
- icon = os.path.abspath('static/images/maraschino_logo.png')
+ icon = os.path.abspath('/storage/.xbmc/addons/service.web.maraschino/static/images/maraschino_logo.png')
if not os.path.exists(icon):
icon = os.path.abspath('maraschino/static/images/maraschino_logo.png')