Skip to content

Commit a390450

Browse files
committed
fix(installer): correct ReadMe.txt casing in Inno Setup file entry
1 parent f010575 commit a390450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer/colorcop.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
2929
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; Flags: unchecked
3030

3131
[Files]
32-
Source: "..\readme.txt"; DestDir: "{app}"
32+
Source: "..\ReadMe.txt"; DestDir: "{app}"
3333
Source: "..\Release\ColorCop.exe"; DestDir: "{app}"
3434
Source: "..\packaging\ColorCop.chm"; DestDir: "{app}"
3535
Source: "..\LICENSE.txt"; DestDir: "{app}"

0 commit comments

Comments
 (0)