2
0
Martijn Laan 3 сар өмнө
parent
commit
72a5c00108

+ 2 - 2
Examples/CodePrepareToInstall.iss

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