Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Jun 14, 2022
1 parent 8cb5bc1 commit 2de9469
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Release.Downloader/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ static void Main(string[] args)
}
else
{
title = "Peak Detector Tool";
downloadURL = "https://github.com/Kama-Research/PeakDetectionTool/releases/download/V2.3.1/net6.0-windows.zip";
targetFolder = @"D:\git\KX\Tools\PeakDetectorAnalyzer\bin\Debug\net6.0-windows\win-x64";
executable = "PeakDetectorAnalyzer.exe";
// Application.Exit();
// return;
//title = "Peak Detector Tool";
//downloadURL = "https://github.com/Kama-Research/PeakDetectionTool/releases/download/V2.3.1/net6.0-windows.zip";
//targetFolder = @"D:\git\KX\Tools\PeakDetectorAnalyzer\bin\Debug\net6.0-windows\win-x64";
//executable = "PeakDetectorAnalyzer.exe";
Application.Exit();
return;
}
KilAnalogyIfNeeded();
Application.Run(new MainForm(title, downloadURL, targetFolder, executable));
Expand Down

0 comments on commit 2de9469

Please sign in to comment.