Skip to content

Commit

Permalink
Merge pull request #44 from hardchor/code-signing#42
Browse files Browse the repository at this point in the history
Code signing#42
  • Loading branch information
hardchor committed Jun 2, 2016
2 parents 0b90e04 + f629c31 commit 843561b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Timesheets",
"version": "1.0.2",
"version": "1.1.1",
"description": "A timesheet keeping app based on electron",
"main": "main/index.js",
"author": "Burkhard Reffeling",
Expand Down
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"cross-env": "^1.0.7",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"electron-builder": "^3.25.0",
"electron-builder": "^4.1.0",
"electron-prebuilt": "^1.0.2",
"electron-rebuild": "^1.1.3",
"eslint": "^2.9.0",
Expand Down Expand Up @@ -103,8 +103,18 @@
"asar": true,
"osx": {
"contents": [
{ "x": 448, "y": 344, "type": "link", "path": "/Applications" },
{ "x": 192, "y": 344, "type": "file", "path": "Timesheets.app" }
{
"x": 448,
"y": 344,
"type": "link",
"path": "/Applications"
},
{
"x": 192,
"y": 344,
"type": "file",
"path": "Timesheets.app"
}
]
}
},
Expand Down

0 comments on commit 843561b

Please sign in to comment.