From 60ad6a2a9cf28b21ba6a8b3f7eb82224e1212d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Tue, 2 Apr 2013 10:41:01 -0300 Subject: Make the launcher.py use the local repo --- src/launcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/launcher.py b/src/launcher.py index 979f388..be9b0cb 100644 --- a/src/launcher.py +++ b/src/launcher.py @@ -18,8 +18,8 @@ class Thandy(threading.Thread): os.environ["THP_INSTALL_ROOT"] = os.path.join(os.getcwd(), "updates") args = [ - "--repo=/home/chiiph/Code/leap/repo/", # TODO:set as a URL - "--debug", + "--repo=repo/", + "--debug", # TODO: remove debug "--install", "/bundleinfo/LEAPClient/" ] -- cgit v1.2.3