From 5f0101036d33cfe746c3a04a90add2b7b8eb2c47 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 22 Jul 2019 00:34:33 +0300 Subject: [PATCH] release --- .gitignore | 1 + .releaserc.json | 2 +- .travis.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9fd759b..f08c082 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ node.exe /app/app.js /app/background.js /app/**/*.map + diff --git a/.releaserc.json b/.releaserc.json index c199675..dad09ab 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -8,7 +8,7 @@ }, { "path": "@semantic-release/exec", - "cmd": "brew install rpm && brew install dpkg && brew install jq && npm run build -- --linux --win --mac && cd dist/win-unpacked && mkdir data && cd .. && zip -vr rats-search-`node -p \"require('../package.json').version\"`-portable.win.x64.zip win-unpacked/ && cd win-ia32-unpacked && mkdir data && cd .. && zip -vr rats-search-`node -p \"require('../package.json').version\"`-portable.win.win32.zip win-ia32-unpacked/" + "cmd": "brew install rpm && brew install dpkg && brew install jq && brew install xz && npm run build -- --linux --win --mac && cd dist/win-unpacked && mkdir data && cd .. && zip -vr rats-search-`node -p \"require('../package.json').version\"`-portable.win.x64.zip win-unpacked/ && cd win-ia32-unpacked && mkdir data && cd .. && zip -vr rats-search-`node -p \"require('../package.json').version\"`-portable.win.win32.zip win-ia32-unpacked/" }, "@semantic-release/github" ], diff --git a/.travis.yml b/.travis.yml index c4fa76e..6a8aa80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jobs: os: osx osx_image: xcode9.0 language: node_js - node_js: "8" + node_js: "12" cache: yarn: true