launch: new web runtime binary
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Jan 2016 21:08:02 +0000 (22:08 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Jan 2016 21:08:02 +0000 (22:08 +0100)
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 <jose.bollo@iot.bzh>
src/afm-launch.c

index bdd5ab1..7777d7b 100644 (file)
@@ -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
 };