mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-11 21:23:48 +00:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
||
"executable": "ElectronNET.WebApp",
|
||
"splashscreen": {
|
||
"imageFile": "/wwwroot/assets/img/about@2x.png"
|
||
},
|
||
"environment": "Production",
|
||
"singleInstance": false,
|
||
"build": {
|
||
"appId": "com.electronnetapidemos.app",
|
||
"productName": "ElectronNET API Demos",
|
||
"copyright": "Copyright <20> 2019",
|
||
"buildVersion": "5.22.12",
|
||
"compression": "maximum",
|
||
"win": {
|
||
"icon": "Assets/electron.ico",
|
||
"publish": [
|
||
{
|
||
"provider": "github",
|
||
"owner": "ElectronNET",
|
||
"repo": "electron.net-api-demos",
|
||
"token": ">> Insert GH_TOKEN here! <<"
|
||
}
|
||
]
|
||
},
|
||
"directories": {
|
||
"output": "../../../bin/Desktop",
|
||
"buildResources": "Assets"
|
||
},
|
||
"extraResources": [
|
||
{
|
||
"from": "./bin",
|
||
"to": "bin",
|
||
"filter": [
|
||
"**/*"
|
||
]
|
||
}
|
||
],
|
||
"files": [
|
||
{
|
||
"from": "./ElectronHostHook/node_modules",
|
||
"to": "ElectronHostHook/node_modules",
|
||
"filter": [
|
||
"**/*"
|
||
]
|
||
},
|
||
"**/*"
|
||
]
|
||
}
|
||
} |