mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-04-06 06:02:33 +00:00
Add missing electron-builder.json in sample project
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user