mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Currently the GUI Client exits if `update-desktop-database` cannot be executed after deep-links were registered. On non-Ubuntu systems (or more generally non-Debian) this will fail since the command does not exist and prevent the GUI Client from starting. This PR just ignores any command-not-found error, ensuring the command still has to succeed on Debian/Ubuntu machines. --------- Signed-off-by: Thomas Eizinger <thomas@eizinger.io> Co-authored-by: oddlama <oddlama@oddlama.org>