mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-11 02:29:41 +00:00
Merge branch 'cli-etc' into develop
This commit is contained in:
3
ElectronNET.Host/electron.manifest.json
Normal file
3
ElectronNET.Host/electron.manifest.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"executable": "{{executable}}"
|
||||
}
|
||||
@@ -33,7 +33,7 @@ function startAspCoreBackend(electronPort) {
|
||||
loadURL = `http://localhost:${electronWebPort}`
|
||||
const parameters = [`/electronPort=${electronPort}`, `/electronWebPort=${electronWebPort}`];
|
||||
|
||||
const manifestFile = require("./bin/electronnet.json");
|
||||
const manifestFile = require("./bin/electron.manifest.json");
|
||||
let binaryFile = manifestFile.executable;
|
||||
|
||||
const os = require("os");
|
||||
|
||||
Reference in New Issue
Block a user