diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-01-22 22:08:02 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-01-22 22:08:02 +0100 |
commit | 056a6ad9120d5733d9283fa9490ddd1bbb38340f (patch) | |
tree | ab7c788337355405137ff440838d2e5678c540f3 | |
parent | 3771bc6ae53e783ae3e80e3ffd0e8e437e8efb7b (diff) |
launch: new web runtime binary
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>
-rw-r--r-- | src/afm-launch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |