fix : install a dep for snaps (#1617)
* fix : install the missing package
Fix for the failing builds on Travis due to EONENT spawn error.
* fix : update the name to the correct package
* Revert "Remove `snap` target"
This reverts commit a8ce50508a.
* fix : add a ppa and install snapcraft
* fix : auto continue ppa adding
* update : install snapcraft only on linux
This commit is contained in:
parent
b725969a39
commit
7066e174dc
2 changed files with 4 additions and 1 deletions
|
|
@ -76,7 +76,8 @@
|
|||
"target": [
|
||||
"deb",
|
||||
"AppImage",
|
||||
"rpm"
|
||||
"rpm",
|
||||
"snap"
|
||||
]
|
||||
},
|
||||
"win": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue