From 056a6ad9120d5733d9283fa9490ddd1bbb38340f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 22 Jan 2016 22:08:02 +0100 Subject: [PATCH] launch: new web runtime binary MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The binary for the web runtime is now fixed to /usr/bin/web-runtime. It will receive just one argumant: the HTTP url of the binder serving the application. Change-Id: Iea803f19afafc2fc703db71faaaa64a817b10269 Signed-off-by: José Bollo --- src/afm-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afm-launch.c b/src/afm-launch.c index bdd5ab1..7777d7b 100644 --- a/src/afm-launch.c +++ b/src/afm-launch.c @@ -73,7 +73,7 @@ static const char *args_for_qmlviewer[] = { }; static const char *args_for_web_runtime[] = { - "/usr/share/qt5/examples/webkitwidgets/browser/browser", + "/usr/bin/web-runtime", "http://localhost:%P/%c?token=%S", NULL }; -- 2.16.6