mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
feat: enable wayland support on snaps
This commit is contained in:
parent
fb50a89ce3
commit
291353c183
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue