From 5cb3117f58a003b0838d504e09ce12801989500c Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 10 Nov 2019 19:59:11 +0300 Subject: [PATCH] release --- .gitignore | 1 + .releaserc.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 dad09ab..937bf87 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 && 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/" + "cmd": "brew update && 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" ],