From 40085b59cfd57270fe15e92ec4b8d7cd0bd9036c Mon Sep 17 00:00:00 2001 From: Alex Jbanca Date: Thu, 26 Sep 2024 13:25:47 +0300 Subject: [PATCH] fix: Try to fix the app crash on nix build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d6932321739..f7b7c99da87 100644 --- a/Makefile +++ b/Makefile @@ -628,6 +628,7 @@ $(STATUS_CLIENT_APPIMAGE): nim_status_client $(APPIMAGE_TOOL) nim-status.desktop -no-copy-copyright-files \ -qmldir=ui -qmlimport=$(QT5_QMLDIR) \ -bundle-non-qt-libs \ + -exclude-libs="libnss3.so,libnssutil3.so,libgmodule-2.0.so.0,libgthread-2.0.so.0" \ -verbose=1 \ -executable=$(APP_DIR)/usr/libexec/QtWebEngineProcess