From 291353c183ef33b8b32bd07ddc4543dd86d0a19d Mon Sep 17 00:00:00 2001 From: smartfrigde <37928912+smartfrigde@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:33:53 +0200 Subject: [PATCH] feat: enable wayland support on snaps --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0561c72..f9da905 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,9 @@ "ws": "^8.11.0" }, "build": { + "snap": { + "allowNativeWayland": true + }, "nsis": { "include": "build/installer.nsh", "allowToChangeInstallationDirectory": true,