From 7e5f01da187f5562bc226cc6e0176f437f81b44a Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Tue, 9 Apr 2024 11:52:02 +0530 Subject: [PATCH 1/2] fix: include libffi too as it's not included by default --- auth/linux/packaging/appimage/make_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/linux/packaging/appimage/make_config.yaml b/auth/linux/packaging/appimage/make_config.yaml index 8db2b97d9..90db9c587 100644 --- a/auth/linux/packaging/appimage/make_config.yaml +++ b/auth/linux/packaging/appimage/make_config.yaml @@ -24,4 +24,5 @@ startup_notify: false # include: # - libcurl.so.4 include: + - libffi.so.7 - libtiff.so.5 From f3356147f53f32273c4e0db4bbc6612ebe8575e4 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Tue, 9 Apr 2024 16:23:26 +0530 Subject: [PATCH 2/2] chore: bump version --- auth/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/pubspec.yaml b/auth/pubspec.yaml index ed6b18e87..2ef543aa6 100644 --- a/auth/pubspec.yaml +++ b/auth/pubspec.yaml @@ -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: