desktop: use newer appimage bundler (#9744)

this should fix libfuse and libz errors
This commit is contained in:
Abdullah Atta
2026-04-21 10:55:52 +05:00
committed by GitHub
parent 9c497fd2bb
commit 4692ba7183
3 changed files with 1230 additions and 903 deletions

View File

@@ -198,6 +198,9 @@ module.exports = {
}
}
},
toolsets: {
appimage: "1.0.2"
},
snap: {
autoStart: false,
confinement: "strict",

File diff suppressed because it is too large Load Diff

View File

@@ -48,7 +48,7 @@
"@types/yargs": "^17.0.33",
"chokidar": "^4.0.3",
"electron": "^37.0.0",
"electron-builder": "^26.0.12",
"electron-builder": "^26.8.1",
"esbuild": "0.21.5",
"node-abi": "^4.5.0",
"node-gyp-build": "^4.8.4",