From fdc0c11309dd507c2066c4325496600ada4e5d67 Mon Sep 17 00:00:00 2001 From: NostraThomas99 <34015422+NostraThomas99@users.noreply.github.com> Date: Sat, 13 Apr 2024 14:29:07 -0500 Subject: [PATCH] Update Metatron.iss --- Metatron.iss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Metatron.iss b/Metatron.iss index 03f3b9d..ff37a26 100644 --- a/Metatron.iss +++ b/Metatron.iss @@ -5,8 +5,8 @@ DefaultDirName={reg:HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Inn OutputBaseFilename=MetatronSetup [Files] -Source: "build/Metatron.exe"; DestDir: "{app}"; Check: CheckRegistryKeyExists -Source: "build/isxGamesPatcher.exe"; DestDir: "{app}" +Source: "build\Metatron.exe"; DestDir: "{app}"; Check: CheckRegistryKeyExists +Source: "build\isxGamesPatcher.exe"; DestDir: "{app}" [Code] function CheckRegistryKeyExists: Boolean; @@ -20,4 +20,4 @@ begin end else Result := True; -end; \ No newline at end of file +end;