Skip to content

Commit

Permalink
adding book promo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheiko committed Sep 8, 2017
1 parent e3e9dd3 commit b595120
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,6 @@ npm start
# Now start the demo app from your temp /tmp/Sandbox/
```

<a href="https://www.packtpub.com/web-development/cross-platform-desktop-application-development-electron-node-nwjs-and-react"><img align="left" src="book-cover.png"></a>
A journey of learning how to build cross-platform desktop application from NW.js with pure JavaScript to Electron with React, Redux and TypeScript
Binary file added book-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion example/client-strategy-script/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nw-autoupdater-demo",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.html",
"scripts": {
Expand Down
16 changes: 4 additions & 12 deletions example/server/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
{
"name": "release-server",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "server.js",
"packages": {
"linux64": {
"url": "http://localhost:8080/releases/nw-autoupdater-demo-linux-x64.zip",
"size": 98411707
},
"mac64": {
"url": "http://localhost:8080/releases/nw-autoupdater-demo-osx-x64.zip",
"size": 98122673
},
"win64": {
"url": "http://localhost:8080/releases/nw-autoupdater-demo-win-x64.zip",
"size": 96915642
"url": "http://localhost:8080/releases/nw-autoupdater-demo-r1.0.1-linux-x64.zip",
"size": 0
}
},
"scripts": {
Expand All @@ -28,4 +20,4 @@
"chalk": "^1.1.3",
"express": "^4.15.2"
}
}
}

0 comments on commit b595120

Please sign in to comment.