Skip to content

Commit

Permalink
Update Metatron.iss
Browse files Browse the repository at this point in the history
  • Loading branch information
NostraThomas99 authored Apr 13, 2024
1 parent bd32be0 commit fdc0c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Metatron.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -20,4 +20,4 @@ begin
end
else
Result := True;
end;
end;

0 comments on commit fdc0c11

Please sign in to comment.