OSDN Git Service

na-get-lib,パフォーマンスチューニングなど(動作変更なし)
[applistation/AppliStation.git] / archive-inst / Program.cs
index 0014ba7..479a6f3 100644 (file)
@@ -124,7 +124,7 @@ namespace ArchiveInstall
                        \r
                        // 直下のファイルで*.exeがGUIプログラムならプログラムフォルダに登録\r
                        foreach (string exeFile in Directory.GetFiles(targetDir, "*.exe")) {\r
-                               if (NaGet.InteropServices.PEFileInfoUtils.GetPEFileType(exeFile) == NaGet.InteropServices.PEFileInfoUtils.PEFileType.WinGUI) {\r
+                               if (NaGet.InteropServices.PEFileInfoUtils.GetPEFileType(exeFile) == NaGet.InteropServices.PEFileType.WinGUI) {\r
                                        string progGrpPath = Path.Combine(NaGet.Env.ArchiveProgramGroup, package.Name);\r
                                        if (! Directory.Exists(progGrpPath)) Directory.CreateDirectory(progGrpPath);\r
                                        \r