mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-17 05:35:33 +00:00
19 lines
430 B
JSON
19 lines
430 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/refs/heads/master/packages/app-builder-lib/scheme.json",
|
|
"compression": "maximum",
|
|
"linux": {
|
|
"target": [
|
|
"tar.xz"
|
|
],
|
|
"executableArgs": [ "--no-sandbox" ],
|
|
"artifactName": "${name}-${arch}-${version}.${ext}"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
{
|
|
"target": "portable",
|
|
"arch": "x64"
|
|
}
|
|
]
|
|
}
|
|
} |