fix(electron): appimage wayland support (#6371)

Turns out the only solution for now is to patch the AppRun script in the AppImage using https://github.com/toeverything/electron-forge-maker-appimage/blob/master/scripts/patch-apprun.sh

fix #6340, fix #6252

Some references:
- https://github.com/audacity/audacity/issues/2498
- https://github.com/develar/app-builder/issues/104
This commit is contained in:
pengx17
2024-03-29 02:47:19 +00:00
parent 35715ab1d8
commit 0abd24654d
2 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@
"@electron-forge/plugin-auto-unpack-natives": "^7.3.0",
"@electron-forge/shared-types": "^7.3.0",
"@emotion/react": "^11.11.4",
"@pengx17/electron-forge-maker-appimage": "^1.1.1",
"@pengx17/electron-forge-maker-appimage": "^1.2.0",
"@sentry/electron": "^4.21.0",
"@sentry/esbuild-plugin": "^2.16.0",
"@sentry/react": "^7.108.0",