Merge pull request #1027 from softworkz/submit_housekeeping

Fix global.json link in solution, add missing json file
This commit is contained in:
Florian Rappl
2026-02-17 23:25:13 +01:00
committed by GitHub
2 changed files with 20 additions and 1 deletions

View File

@@ -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"
}
]
}
}

View File

@@ -21,7 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "!Config", "!Config", "{02EA
ProjectSection(SolutionItems) = preProject
..\Changelog.md = ..\Changelog.md
common.props = common.props
global.json = global.json
..\global.json = ..\global.json
..\NuGet.config = ..\NuGet.config
..\publish.cmd = ..\publish.cmd
..\README.md = ..\README.md