강기헌 강기헌 2022-11-23
..
@5bfcb647cabab5069a96085cc8a91fac5c2a23d0
SignusKH/Form1.cs
--- SignusKH/Form1.cs
+++ SignusKH/Form1.cs
@@ -45,11 +45,14 @@
 
             string strChrome1 = "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe";
             string strChrome2 = "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe";
+            string strChrome3 = "C:\\Users\\CUPC\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe";
 
             if (System.IO.File.Exists(strChrome1))
                 this.m_lstExe.Add(strChrome1);
             else if (System.IO.File.Exists(strChrome2))
                 this.m_lstExe.Add(strChrome2);
+            else if (System.IO.File.Exists(strChrome3))
+                this.m_lstExe.Add(strChrome3);
 
             this.m_lstExe.Add(AppPath + string.Format("\\KHSCALE.exe"));
             //this.m_lstExe.Add(AppPath + string.Format("\\YdtechInTemp.exe"));
Add a comment
List