diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-08-02 12:26:06 +0200 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-08-02 12:26:06 +0200 |
commit | 8afe37e29af5c80c196971a979a0b8322f2a4cf7 (patch) | |
tree | d1f0af2252ff27f13a9d560377d9d405fbe36b3e /README.md | |
parent | e697a566aead72bb61ba169aedde66c4e571dead (diff) |
Place .wgt file in "package" dir.
This is expected by the AGL build system to properly install the
widget when creating a full image.
Bug-AGL: SPEC-2401
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,6 +9,6 @@ Launcher application for AGL based on html5 technologies. ## Installing -* Copy `dist/html5-launcher.wgt` to your board. +* Copy `package/html5-launcher.wgt` to your board. * `afm-util install html5-launcher.wgt` |