Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

bump to latest electron 3.x #96

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npm run app
# edit files, save, refresh and it's done.
```

## Distribute
## Distribute (i.e. build and compile an appImage, ...)

```bash
npm run dist
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DevDocs",
"productName": "DevDocs",
"version": "0.6.9",
"version": "0.7.0",
"description": "Desktop client for devdocs.io",
"author": {
"name": "EGOIST",
Expand Down Expand Up @@ -35,7 +35,7 @@
"electron-is-dev": "^0.1.2",
"electron-log": "^2.2.6",
"electron-store": "^1.1.0",
"electron-updater": "^2.16.1",
"electron-updater": "^4.0.6",
"mkdirp": "^0.5.1",
"semver-compare": "^1.0.0"
}
Expand Down
Binary file modified app/static/tray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/static/tray@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/icon.icns
Binary file not shown.
Binary file modified build/icon.ico
Binary file not shown.
Binary file modified build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
"homepage": "https://github.com/egoist/devdocs-desktop#readme",
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^1.7.9",
"electron-builder": "^19.37.2",
"electron": "^3.1.4",
"electron-builder": "^20.38.5",
"electron-updater": "^4.0.6",
"electron-devtools-installer": "^2.2.1",
"eslint-config-rem": "^3.2.0",
"minimist": "^1.2.0",
Expand All @@ -48,7 +49,10 @@
],
"rules": {
"guard-for-in": 0,
"max-params": ["error", 5]
"max-params": [
"error",
5
]
}
},
"build": {
Expand Down