Skip to content

Commit

Permalink
Add Wayland hint flags to Linux build (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz authored Oct 3, 2024
1 parent a1e0d03 commit 9d1e519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9d1e519

Please sign in to comment.