[fix] include libffi too as it's not included by default (#1387)
## Description ## Tests
This commit is contained in:
commit
cdbb9ab3c3
2 changed files with 2 additions and 1 deletions
|
@ -24,4 +24,5 @@ startup_notify: false
|
|||
# include:
|
||||
# - libcurl.so.4
|
||||
include:
|
||||
- libffi.so.7
|
||||
- libtiff.so.5
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: ente_auth
|
||||
description: ente two-factor authenticator
|
||||
version: 2.0.54+254
|
||||
version: 2.0.55+255
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue