summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2019-07-15 11:36:21 +0200
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2019-07-15 11:36:21 +0200
commit510d237d45fe0823f43465ad93c1e01c89211c9d (patch)
tree25087e91a111c2d092c9ee18f215fb982b576a7b /webpack.config.js
parentb9029a510e190ece0615fbb956669ae7fa73e006 (diff)
Rename application as html5-launcher
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 f318c13..2b4e49e 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -55,7 +55,7 @@ module.exports = {
}),
new ZipPlugin({
path: __dirname + '/dist',
- filename: 'homescreen',
+ filename: 'html5-launcher',
extension: 'wgt',
exclude: []
})