From f32f056d7622e9bd3005e0413e32019b89bf69d4 Mon Sep 17 00:00:00 2001 From: MayGo Date: Thu, 21 Jun 2018 23:41:55 +0300 Subject: [PATCH] 3.3.14 prevent travis_wait to alter package - a sealed resource is missing or invalid. Resources altered: Contents/Resources/app/travis_wait_1178.log --- .travis.yml | 3 ++- electron/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3bbd1e2d..cf7007f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,8 @@ script: - cd .. - cd electron - nps build.prod - - travis_wait npm run release + - cd .. + - travis_wait npm run release --prefix ./electron branches: only: diff --git a/electron/package.json b/electron/package.json index 0c5e259b..7fc55a04 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "tockler", - "version": "3.3.13", + "version": "3.3.14", "description": "Automatically track applications usage and working time", "author": "Maigo Erit ", "license": "GPL-2.0",