summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--webpack.config.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bc9b87f..eba0bdc 100644
--- a/README.md
+++ b/README.md
@@ -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`
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: []