mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-23 15:34:37 +00:00
commented out the code
This commit is contained in:
@@ -65,14 +65,14 @@ namespace ElectronNET.CLI.Commands
|
||||
if (parser != null && parser.Contains("watch"))
|
||||
{
|
||||
|
||||
// if not exists then create mklink
|
||||
if (!Directory.Exists($"{tempBinPath}")) Directory.CreateDirectory(tempBinPath);
|
||||
if (!Directory.Exists($"{tempBinPath}\\wwwroot")) resultCode = ProcessHelper.CmdExecute($"mklink /D {tempBinPath}\\wwwroot wwwroot", aspCoreProjectPath);
|
||||
// no need for this code i will remove this before PRS
|
||||
//if (!Directory.Exists($"{tempBinPath}")) Directory.CreateDirectory(tempBinPath);
|
||||
//if (!Directory.Exists($"{tempBinPath}\\wwwroot")) resultCode = ProcessHelper.CmdExecute($"mklink /D {tempBinPath}\\wwwroot wwwroot", aspCoreProjectPath);
|
||||
|
||||
if (!File.Exists($"{tempBinPath}\\electron.manifest.json"))
|
||||
{
|
||||
resultCode = ProcessHelper.CmdExecute($"mklink /h {tempBinPath}\\electron.manifest.json electron.manifest.json", aspCoreProjectPath);
|
||||
}
|
||||
//if (!File.Exists($"{tempBinPath}\\electron.manifest.json"))
|
||||
//{
|
||||
// resultCode = ProcessHelper.CmdExecute($"mklink /h {tempBinPath}\\electron.manifest.json electron.manifest.json", aspCoreProjectPath);
|
||||
//}
|
||||
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user