Skip to content

Commit cf653f6

Browse files
ptrdomclaude
andauthored
Pin electron-builder to a single Linux target (AppImage) (#682)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 9de2ef0 commit cf653f6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

sbt-scalajs-esbuild-electron/examples/electron-builder/esbuild/electron-builder.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
"dmg"
1717
]
1818
},
19+
// Single Linux target on purpose: the default (AppImage + snap) builds both
20+
// concurrently, and they race extracting build tools into the shared
21+
// ~/.cache/electron-builder, intermittently failing with
22+
// "ENOENT: ... mkdir .../appimage-<ver>/appimage-<ver>-<rand>".
23+
"linux": {
24+
"target": [
25+
"AppImage"
26+
]
27+
},
1928
"win": {
2029
"target": [
2130
{

0 commit comments

Comments
 (0)