From c1f81e846bb7d9e781258861c279e3b004a54f54 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Fri, 24 Feb 2023 11:16:52 +0200 Subject: [PATCH] minor change --- .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 b299b6f..77b35d5 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -8,7 +8,7 @@ "assets": ["CHANGELOG.md", "package.json"] }], ["@semantic-release/exec", { - "publishCmd": "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/" + "publishCmd": "brew install rpm@4.17.0 && 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" ],