mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-09 02:07:47 +00:00
Merge pull request #1027 from softworkz/submit_housekeeping
Fix global.json link in solution, add missing json file
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user