Skip to content

Commit

Permalink
fix: Try to fix the app crash on nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjba committed Sep 26, 2024
1 parent cdfb9eb commit 40085b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 40085b5

Please sign in to comment.