We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3306aaa commit a3e22b2Copy full SHA for a3e22b2
src/ElectronNET.Host/main.js
@@ -83,7 +83,7 @@ let manifestJsonFilePath = path.join(currentPath, manifestJsonFileName);
83
84
// if running unpackedelectron, lets change the path
85
if (unpackedelectron || unpackeddotnet) {
86
- console.debug('Running in unpacked mode, dir: ' + currentPath);
+ console.debug('Running in unpackaged mode, dir: ' + currentPath);
87
88
manifestJsonFilePath = path.join(currentPath, manifestJsonFileName);
89
currentBinPath = path.join(currentPath, '../'); // go to project directory
0 commit comments