Martijn Laan 3 months ago
parent
commit
72a5c00108
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Examples/CodePrepareToInstall.iss

+ 2 - 2
Examples/CodePrepareToInstall.iss

@@ -17,8 +17,8 @@ OutputDir=userdocs:Inno Setup Examples Output
 ; Place any prerequisite files here, for example:
 ; Source: "MyProg-Prerequisite-setup.exe"; Flags: dontcopy
 ; Place any regular files here, so *after* all your prerequisites.
-Source: "MyProg.exe"; DestDir: "{app}";
-Source: "MyProg.chm"; DestDir: "{app}";
+Source: "MyProg.exe"; DestDir: "{app}"
+Source: "MyProg.chm"; DestDir: "{app}"
 Source: "Readme.txt"; DestDir: "{app}"; Flags: isreadme;
 
 [Icons]