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" ],