Skip to content

Commit

Permalink
v3.0.3 update electron-updater and electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Maigo Erit committed Jun 19, 2017
1 parent 02ac3a0 commit 2ad2d76
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 103 deletions.
15 changes: 15 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,22 @@ files:
- "!test"
- "!screenshots"
- "!release"

publish:
- github

mac:
category: public.app-category.productivity

win:
target:
- nsis
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
linux:
category: Utility,
target:
- AppImage
- deb

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Tockler",
"version": "3.0.2",
"version": "3.0.3",
"description": "Automatically track applications usage and working time",
"author": "Maigo Erit <[email protected]>",
"license": "GPL-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"electron-context-menu": "^0.6.0",
"electron-is-dev": "^0.1.2",
"electron-squirrel-startup": "^1.0.0",
"electron-updater": "^2.2.1",
"electron-updater": "^2.3.1",
"lodash": "^4.17.4",
"menubar": "^5.1.0",
"moment": "2.15.1",
Expand Down Expand Up @@ -89,7 +89,7 @@
"d3": "^4.9.1",
"d3-tip": "^0.7.1",
"electron": "1.6.2",
"electron-builder": "15.6.3",
"electron-builder": "next",
"electron-connect": "0.6.1",
"electron-rebuild": "1.5.7",
"electron-reload": "1.1.0",
Expand Down
Loading

0 comments on commit 2ad2d76

Please sign in to comment.