diff --git a/electron-builder.yaml b/electron-builder.yaml index 80828de41..744ea004e 100644 --- a/electron-builder.yaml +++ b/electron-builder.yaml @@ -32,6 +32,7 @@ linux: - github snap: grade: stable + allowNativeWayland: true mac: appId: com.super-productivity.app diff --git a/package.json b/package.json index ea1484944..f92967404 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "cross-env": "^7.0.3", "detect-it": "^4.0.1", "electron": "^18.2.0", - "electron-builder": "23.0.3", + "electron-builder": "23.3.0", "electron-builder-notarize": "^1.4.0", "electron-notarize": "^1.2.1", "eslint": "^8.10.0",