Browse Source

Feed updated

deadmoon 3 years ago
parent
commit
fb4c0ca385
2 changed files with 1 additions and 1 deletions
  1. 1 1
      Optimizer/Forms/MainForm.cs
  2. 0 0
      feed.json

+ 1 - 1
Optimizer/Forms/MainForm.cs

@@ -2507,7 +2507,7 @@ namespace Optimizer
                         p.StartInfo.WorkingDirectory = txtDownloadFolder.Text;
                         p.StartInfo.WorkingDirectory = txtDownloadFolder.Text;
 
 
                         // APP-SPECIFIC HACKS //
                         // APP-SPECIFIC HACKS //
-                        if (a.Contains("Sumatra")) p.StartInfo.Arguments = " -install";
+                        if (a.ToLowerInvariant().Contains("sumatra")) p.StartInfo.Arguments = " -install";
                         // *** //
                         // *** //
 
 
                         txtDownloadStatus.Text = string.Format("{0}/{1} - {2} {3} ...", count, maxCount, Options.TranslationList["installing"], Path.GetFileNameWithoutExtension(a));
                         txtDownloadStatus.Text = string.Format("{0}/{1} - {2} {3} ...", count, maxCount, Options.TranslationList["installing"], Path.GetFileNameWithoutExtension(a));

File diff suppressed because it is too large
+ 0 - 0
feed.json


Some files were not shown because too many files changed in this diff