From: José Bollo Date: Fri, 22 Jan 2016 21:08:02 +0000 (+0100) Subject: launch: new web runtime binary X-Git-Tag: 2.0.2~92 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=056a6ad9120d5733d9283fa9490ddd1bbb38340f 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 --- 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 };