diff --git a/README.md b/README.md
index cf82fce..413a90f 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ An electron wrapper for wunderlist made with :heart: for Linux (specially for [e
## Screenshots
-Screenshots taken in the most awesome indie OS: [elementary OS (Loki)](http://elementary.io)
+Screenshots taken in the most awesome indie OS ever: [elementary OS (Loki)](http://elementary.io)
### Elementary
@@ -34,7 +34,7 @@ Screenshots taken in the most awesome indie OS: [elementary OS (Loki)](http://el
## Settings
-There is a top secret settings button:
+There is a top secret button for settings:
@@ -76,7 +76,7 @@ If you like the app please :star: the github project.
If you disliked it you still could :star: the project :)
-## Building
+## Development
### Install npm
```
@@ -96,6 +96,14 @@ npm install
### Install electron-builder
Better check electron-builder's doc for updated install instructions: https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build
+
+### Start the app
+
+Start the app by using the npm script
+```
+npm start
+```
+
### Build a release
#### Build Linux tar release
diff --git a/bin/build-linux-ia32.sh b/bin/build-linux-ia32.sh
index 1dff57c..e94af93 100755
--- a/bin/build-linux-ia32.sh
+++ b/bin/build-linux-ia32.sh
@@ -2,7 +2,7 @@
cd $(dirname $0)/../
APPNAME=Wunderlistux
-VERSION=1.6.1
+VERSION=1.6.2
./node_modules/.bin/electron-packager . $APPNAME \
--platform=linux --arch=ia32 --version=$VERSION \
--overwrite=true --asar=false --app_version=0.0.1 \
diff --git a/bin/build-linux-x64.sh b/bin/build-linux-x64.sh
index e650981..05c75fe 100755
--- a/bin/build-linux-x64.sh
+++ b/bin/build-linux-x64.sh
@@ -2,7 +2,7 @@
cd $(dirname $0)/../
APPNAME=Wunderlistux
-VERSION=1.6.1
+VERSION=1.6.2
./node_modules/.bin/electron-packager . $APPNAME \
--platform=linux --arch=x64 --electron-version=$VERSION \
--overwrite=true --asar=false --app_version=0.0.1 \
diff --git a/bin/build-macos.sh b/bin/build-macos.sh
index 8f1bd4a..4a312f0 100755
--- a/bin/build-macos.sh
+++ b/bin/build-macos.sh
@@ -2,7 +2,7 @@
cd $(dirname $0)/../
APPNAME=Wunderlistux
-VERSION=1.6.1
+VERSION=1.6.2
./node_modules/.bin/electron-packager . $APPNAME \
--version=$VERSION --platform=darwin --arch=x64 \
--icon=images/icon.icns --appname=$APPNAME --out=dist \
diff --git a/bin/build-win.sh b/bin/build-win.sh
index 8f3ab86..bedc95c 100755
--- a/bin/build-win.sh
+++ b/bin/build-win.sh
@@ -2,7 +2,7 @@
cd $(dirname $0)/../
APPNAME=Wunderlistux
-VERSION=1.6.1
+VERSION=1.6.2
./node_modules/.bin/electron-packager . $APPNAME \
--platform=win32 --arch=x64 --version=$VERSION \
--overwrite=true --asar=false --app_version=0.0.1 \
diff --git a/package.json b/package.json
index 11ed3f8..e561bca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Wunderlistux",
- "version": "0.0.8",
+ "version": "1.6.2",
"description": "An electron wrapper for wunderlist made with :heart: for Linux",
"icon": "images/icon.png",
"build": {
@@ -31,12 +31,13 @@
"email": "edipo@openmailbox.org"
},
"dependencies": {
- "electron-packager": "^8.6.0",
"electron-window-state": "^3.1.0"
},
"devDependencies": {
- "electron": "^1.6.1",
- "electron-builder": "^16.8.0"
+ "electron": "^1.6.2",
+ "electron-builder": "^20.38.2",
+ "electron-packager": "^13.0.0",
+ "electron-window-state": "^3.1.0"
},
"keywords": [
"wunderlist"