We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de2ef0 commit cf653f6Copy full SHA for cf653f6
1 file changed
sbt-scalajs-esbuild-electron/examples/electron-builder/esbuild/electron-builder.json5
@@ -16,6 +16,15 @@
16
"dmg"
17
]
18
},
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
+ },
28
"win": {
29
"target": [
30
{
0 commit comments