Add Wayland hint flags to Linux build (#948)

This commit is contained in:
Evan Simkowitz 2024-10-03 11:04:02 -07:00 committed by GitHub
parent a1e0d03fcc
commit 9d1e519308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,7 @@ const config = {
Keywords: "developer;terminal;emulator;",
category: "Development;Utility;",
},
executableArgs: ["--enable-features", "UseOzonePlatform", "--ozone-platform-hint", "auto"], // Hint Electron to use Ozone abstraction layer for native Wayland support
},
deb: {
afterInstall: "build/deb-postinstall.tpl",