mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-07-10 08:14:26 +02:00
Update electron-builder.base.yml
Adds the `--use-angle` flag to work around driver compatibility issues that cause the NVIDIA GPU process to crash repeatedly on Wayland. The native EGL/GBM backend fails with "Cannot create bo" errors.
This commit is contained in:
parent
cf1aeefe67
commit
174d0a38a1
@ -20,6 +20,7 @@ linux:
|
||||
"--ozone-platform-hint=auto",
|
||||
"--enable-features=WaylandWindowDecorations",
|
||||
"--enable-wayland-ime",
|
||||
"--use-angle",
|
||||
]
|
||||
desktop:
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user