diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-07-15 11:36:21 +0200 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-07-15 11:36:21 +0200 |
commit | 510d237d45fe0823f43465ad93c1e01c89211c9d (patch) | |
tree | 25087e91a111c2d092c9ee18f215fb982b576a7b /webpack.config.js | |
parent | b9029a510e190ece0615fbb956669ae7fa73e006 (diff) |
Rename application as html5-launcher
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
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: [] }) |