Skip to content

Commit 77ca79a

Browse files
authored
Merge pull request #1027 from softworkz/submit_housekeeping
Fix global.json link in solution, add missing json file
2 parents 05fb9e5 + 1067902 commit 77ca79a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
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+
}

src/ElectronNET.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "!Config", "!Config", "{02EA
2121
ProjectSection(SolutionItems) = preProject
2222
..\Changelog.md = ..\Changelog.md
2323
common.props = common.props
24-
global.json = global.json
24+
..\global.json = ..\global.json
2525
..\NuGet.config = ..\NuGet.config
2626
..\publish.cmd = ..\publish.cmd
2727
..\README.md = ..\README.md

0 commit comments

Comments
 (0)