Skip to content

Commit f7665d5

Browse files
author
DelphiDabbler
committed
Added RTF version of license for display by installer. Modified installer to use it.
1 parent a494fdb commit f7665d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Docs/License.rtf

4.71 KB
Binary file not shown.

Src/Install/Install.iss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
; GetFileProductVersion - gets product version info string from an executable
2525

2626
#define ExeFile "PasHi.exe"
27-
#define LicenseFile "License.txt"
27+
#define LicenseFile "License.rtf"
28+
#define LicenseTextFile "License.txt"
2829
#define ReadmeFile "ReadMe.html"
2930
#define InstUninstDir "Uninst"
3031
#define OutDir SourcePath + "..\..\Exe"
@@ -86,7 +87,7 @@ ChangesEnvironment=true
8687
[Files]
8788
Source: {#SrcExePath}{#ExeFile}; DestDir: {app}; Flags: uninsrestartdelete replacesameversion
8889
Source: {#SrcExePath}PasHiGUI.exe; DestDir: {app}; Tasks: gui; Flags: uninsrestartdelete replacesameversion
89-
Source: {#SrcDocsPath}{#LicenseFile}; DestDir: {app}; Flags: ignoreversion
90+
Source: {#SrcDocsPath}{#LicenseTextFile}; DestDir: {app}; Flags: ignoreversion
9091
Source: {#SrcDocsPath}{#ReadmeFile}; DestDir: {app}; Flags: ignoreversion
9192
Source: {#SrcConfigPath}version; DestDir: {#AppDataDir}; Flags: ignoreversion
9293
Source: {#SrcConfigPath}config-template; DestDir: {#AppDataDir}; Flags: ignoreversion

0 commit comments

Comments
 (0)