From c62e08b6bce7984ac23a528b72600ab87f960746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Tue, 18 Apr 2023 22:44:18 +0200 Subject: [PATCH] add `MOZ_APP_REMOTINGNAME` --- themes/browser/branding/librewolf/configure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/browser/branding/librewolf/configure.sh b/themes/browser/branding/librewolf/configure.sh index ecfd5cf..e7f8eac 100644 --- a/themes/browser/branding/librewolf/configure.sh +++ b/themes/browser/branding/librewolf/configure.sh @@ -6,7 +6,8 @@ # see: patches/browser-confvars.patch MOZ_APP_NAME=librewolf -MOZ_APP_BASENAME="LibreWolf" +MOZ_APP_BASENAME=LibreWolf MOZ_APP_PROFILE=librewolf MOZ_APP_VENDOR=LibreWolf MOZ_APP_DISPLAYNAME=LibreWolf +MOZ_APP_REMOTINGNAME=LibreWolf