Skip to content

Commit 1067902

Browse files
committed
Add missing electron-builder.json in sample project
1 parent a451e3a commit 1067902

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/refs/heads/master/packages/app-builder-lib/scheme.json",
3+
"compression": "maximum",
4+
"linux": {
5+
"target": [
6+
"tar.xz"
7+
],
8+
"executableArgs": [ "--no-sandbox" ],
9+
"artifactName": "${name}-${arch}-${version}.${ext}"
10+
},
11+
"win": {
12+
"target": [
13+
{
14+
"target": "portable",
15+
"arch": "x64"
16+
}
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)