File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 25
25
#define ReadMeFile " ReadMe.txt"
26
26
#define LicenseFile " License.rtf"
27
27
#define LicenseTextFile " License.html"
28
- #define PrivacyFile " Privacy.txt"
29
28
#define OutDir SourcePath + " ..\..\Exe"
30
29
#define SrcDocsPath SourcePath + " ..\..\Docs\"
31
30
#define SrcAssetsPath SourcePath + ' \Assets\"
@@ -91,7 +90,6 @@ Source: {#SrcExePath}{#ExeFile}; DestDir: {app}
91
90
Source: {#SrcExePath}{#HelpFile}; DestDir: {app} ; Flags: ignoreversion
92
91
Source: {#SrcDocsPath}{#LicenseTextFile}; DestDir: {app} ; Flags: ignoreversion
93
92
Source: {#SrcDocsPath}{#ReadMeFile}; DestDir: {app} ; Flags: ignoreversion
94
- Source: {#SrcDocsPath}{#PrivacyFile}; DestDir: {app} ; Flags: ignoreversion
95
93
Source: {#SrcAssetsPath}UpdatingPreview.rtf; Flags: dontcopy
96
94
Source: {#SrcAssetsPath}AutoUpdateChecks.rtf; Flags: dontcopy
97
95
You can’t perform that action at this time.
0 commit comments