feat: enable wayland support on snaps

This commit is contained in:
smartfrigde 2024-04-29 19:33:53 +02:00
parent fb50a89ce3
commit 291353c183

View file

@ -54,6 +54,9 @@
"ws": "^8.11.0" "ws": "^8.11.0"
}, },
"build": { "build": {
"snap": {
"allowNativeWayland": true
},
"nsis": { "nsis": {
"include": "build/installer.nsh", "include": "build/installer.nsh",
"allowToChangeInstallationDirectory": true, "allowToChangeInstallationDirectory": true,