summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2019-08-02 12:26:06 +0200
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2019-08-02 12:26:06 +0200
commit8afe37e29af5c80c196971a979a0b8322f2a4cf7 (patch)
treed1f0af2252ff27f13a9d560377d9d405fbe36b3e /webpack.config.js
parente697a566aead72bb61ba169aedde66c4e571dead (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 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 2b4e49e..02ea4d1 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -54,7 +54,7 @@ module.exports = {
path: __dirname + '/dist'
}),
new ZipPlugin({
- path: __dirname + '/dist',
+ path: __dirname + '/package',
filename: 'html5-launcher',
extension: 'wgt',
exclude: []