fix(package): fix startup wm class (#113)
--class argument should also be set to the correct class name
This commit is contained in:
@@ -192,6 +192,7 @@ in
|
||||
preFixup = ''
|
||||
gappsWrapperArgs+=(
|
||||
--add-flags "--name=''${MOZ_APP_LAUNCHER:-${binaryName}}"
|
||||
--add-flags "--class=''${MOZ_APP_LAUNCHER:-${binaryName}}"
|
||||
)
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user