From 6198c5e38f903cbdeda1e0126b4cbac3a2ea534c Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Mon, 17 Feb 2025 13:18:02 -0600 Subject: [PATCH] Exclusion for Beyond Compare Add app exclusion for Beyond Compare (versions 4 and 5). --- jsonnet/lib/bundle.libsonnet | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jsonnet/lib/bundle.libsonnet b/jsonnet/lib/bundle.libsonnet index 328f326..fece2a6 100644 --- a/jsonnet/lib/bundle.libsonnet +++ b/jsonnet/lib/bundle.libsonnet @@ -28,6 +28,8 @@ '^com\\.sublimetext\\.3$', // Kitty '^net\\.kovidgoyal\\.kitty$', + // Beyond Compare 4 & 5 + '^com\\.ScooterSoftware', ], // bundle identifiers for remote desktop applications