feat(portable): portable win64 version support #9

This commit is contained in:
Alexey Kasyanchuk
2018-03-10 09:22:36 +03:00
parent 3c0930fcd6
commit 8ae812f18e
2 changed files with 13 additions and 2 deletions

View File

@ -8,7 +8,7 @@
},
{
"path": "@semantic-release/exec",
"cmd": "brew install rpm && brew install dpkg && brew install jq && npm run build -- --linux --win --mac"
"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/"
},
"@semantic-release/github"
],