Skip to content

Commit

Permalink
Fix security in electron
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorszun committed Jan 23, 2018
1 parent 4fab1e6 commit 930376e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,4 @@ cache:
notifications:
email:
on_success: never
on_failure: change

deploy:
provider: releases
api_key: $GITHABTOKEN
file: build.zip
skip_cleanup: true
on:
tags: true
on_failure: change
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ T-Rec is a desktop time recording app that helps you log your work time into You
[![Build Status](https://travis-ci.org/kleder/timetracker.svg?branch=master)](https://travis-ci.org/kleder/timetracker)

## Downloads
The Windows (x64)/ Linux (x64) and Mac binaries are avaible on [Release](https://github.com/kleder/timetracker/releases/tag/v1.0.0) page.
The Windows (x64)/ Linux (x64) and Mac binaries are avaible on [Release](https://github.com/kleder/timetracker/releases/latest) page.

## Getting started

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "T-Rec",
"version": "1.0.0",
"version": "1.0.1",
"description": "T-Rec time tracker is built for speed and live work item update in youtrack system.",
"homepage": "",
"author": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"cross-env": "5.0.5",
"css-loader": "0.28.7",
"cssnano": "3.10.0",
"electron": "1.7.9",
"electron": "1.7.11",
"electron-packager": "9.1.0",
"electron-rebuild": "^1.6.0",
"electron-reload": "1.2.1",
Expand Down

0 comments on commit 930376e

Please sign in to comment.