From e1511d92eac375eff91b11e9475a86d99b23fa64 Mon Sep 17 00:00:00 2001 From: namazso Date: Thu, 11 Jul 2024 20:03:37 +0200 Subject: [PATCH] Fix case sensitive comparison (closes #198) --- installer.iss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer.iss b/installer.iss index 3f7a6c4c..3f6d0e59 100644 --- a/installer.iss +++ b/installer.iss @@ -96,9 +96,9 @@ Source: "cmake-openhashtab-x64\OpenHashTab.dll"; DestDir: "{app}"; Flags: ign Source: "cmake-openhashtab-x64\*.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace 64bit; Check: InstallArch('x64') Source: "cmake-openhashtab-x64\*.pdb"; DestDir: "{app}"; Flags: ignoreversion restartreplace 64bit; Check: InstallArch('x64') -Source: "cmake-openhashtab-ARM64\OpenHashTab.dll"; DestDir: "{app}"; Flags: ignoreversion restartreplace 64bit; Check: InstallArch('ARM64') -Source: "cmake-openhashtab-ARM64\*.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace 64bit; Check: InstallArch('ARM64') -Source: "cmake-openhashtab-ARM64\*.pdb"; DestDir: "{app}"; Flags: ignoreversion restartreplace 64bit; Check: InstallArch('ARM64') +Source: "cmake-openhashtab-ARM64\OpenHashTab.dll"; DestDir: "{app}"; Flags: ignoreversion restartreplace 64bit; Check: InstallArch('arm64') +Source: "cmake-openhashtab-ARM64\*.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace 64bit; Check: InstallArch('arm64') +Source: "cmake-openhashtab-ARM64\*.pdb"; DestDir: "{app}"; Flags: ignoreversion restartreplace 64bit; Check: InstallArch('arm64') [CustomMessages] GroupDescription=Optional features: