mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 08:21:17 -05:00
Don't allow installation of CALL3.TXT from the .../Release/bin directory.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@6085 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
6d24eeef71
commit
ab205be546
@ -28,8 +28,8 @@ SolidCompression=yes
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
|
||||
[Files]
|
||||
Source: "c:\JTSDK\map65\install\Release\bin\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "C:\JTSDK\src\map65\resources\*"; DestDir: "{app}"; Flags: onlyifdoesntexist
|
||||
Source: "c:\JTSDK\map65\install\Release\bin\*"; DestDir: "{app}"; Excludes: CALL3.TXT; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "C:\JTSDK\src\map65\resources\*"; DestDir: "{app}"; Flags: ignoreversion onlyifdoesntexist
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\{#MyAppName}\Documentation\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
|
||||
|
Loading…
Reference in New Issue
Block a user