fix(package): fix startup wm class (#113)

--class argument should also be set to the correct class name
This commit is contained in:
Dmitry Chermnykh
2025-09-07 00:51:40 +05:00
committed by GitHub
parent 6a0d727b62
commit 4ca47f098b

View File

@@ -192,6 +192,7 @@ in
preFixup = ''
gappsWrapperArgs+=(
--add-flags "--name=''${MOZ_APP_LAUNCHER:-${binaryName}}"
--add-flags "--class=''${MOZ_APP_LAUNCHER:-${binaryName}}"
)
'';