mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-21 22:45:20 +00:00
typo
This commit is contained in:
@@ -83,7 +83,7 @@ if (manifestJsonFile.singleInstance || manifestJsonFile.aspCoreBackendPort) {
|
||||
}
|
||||
|
||||
//Some flags need to be set before app is ready
|
||||
if (manifestJsonFile.hasOwnProperty('cliFlags') && manifesJsonFile.cliFlags.length > 0) {
|
||||
if (manifestJsonFile.hasOwnProperty('cliFlags') && manifestJsonFile.cliFlags.length > 0) {
|
||||
manifestJsonFile.cliFlags.forEach(flag => {
|
||||
app.commandLine.appendSwitch(flag);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user