From 24e49ca0187884fa772a5928c56d7a9ed76441bd Mon Sep 17 00:00:00 2001 From: Julian Alarcon Date: Mon, 31 Jul 2023 11:23:48 +0200 Subject: [PATCH] feat: reenable wayland for snap --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e212d16..f2083ed 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,8 @@ "publish": [ "github", "snapStore" - ] + ], + "allowNativeWayland": true }, "mac": { "category": "public.app-category.productivity",