mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 20:58:41 -09:00
Add Travis dep for Linux (#1957)
`electron-builder` compatibility See https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build#to-build-app-in-32-bit-from-a-machine-with-64-bit
This commit is contained in:
parent
db35faa431
commit
221c3ce237
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ matrix:
|
|||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gcc-multilib
|
||||
- g++-multilib
|
||||
- libgnome-keyring-dev
|
||||
- icnsutils
|
||||
- graphicsmagick
|
||||
|
|
|
|||
Loading…
Reference in a new issue