We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a451e3a commit 1067902Copy full SHA for 1067902
src/ElectronNET.Samples.ElectronHostHook/Properties/electron-builder.json
@@ -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
13
+ {
14
+ "target": "portable",
15
+ "arch": "x64"
16
+ }
17
+ ]
18
19
+}
0 commit comments