add gnu-tar to debian electron build deps

release-v0.9.4-electron
Matthew Hodgson 2016-12-24 18:13:20 +00:00
parent f321512d5a
commit 4c256fba37
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ The only platform that can build packages for all three platforms is macOS:
```
brew install wine --without-x11
brew install mono
brew install gnu-tar
npm install
npm run build:electron
```