mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-07-12 01:04:13 +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",
|
"--ozone-platform-hint=auto",
|
||||||
"--enable-features=WaylandWindowDecorations",
|
"--enable-features=WaylandWindowDecorations",
|
||||||
"--enable-wayland-ime",
|
"--enable-wayland-ime",
|
||||||
|
"--use-angle",
|
||||||
]
|
]
|
||||||
desktop:
|
desktop:
|
||||||
entry:
|
entry:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user