Browse Source

Fix capitalisation of LICENCE.TXT

If InnoSetup is run on a case sensitive system then the configuration
files must match what the file is actually called.
tags/v1.10.90
Pierre Ossman 3 years ago
parent
commit
3ede3516b9
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      release/tigervnc.iss.in
  2. 1
    1
      release/winvnc.iss.in

+ 1
- 1
release/tigervnc.iss.in View File

@@ -16,7 +16,7 @@ DefaultGroupName=TigerVNC 64-bit
#else
DefaultGroupName=TigerVNC
#endif
LicenseFile=@CMAKE_SOURCE_DIR@\LICENCE.txt
LicenseFile=@CMAKE_SOURCE_DIR@\LICENCE.TXT

[Files]
Source: "@CMAKE_BINARY_DIR@\vncviewer\vncviewer.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;

+ 1
- 1
release/winvnc.iss.in View File

@@ -16,7 +16,7 @@ DefaultGroupName=TigerVNC Server 64-bit
#else
DefaultGroupName=TigerVNC Server
#endif
LicenseFile=@CMAKE_SOURCE_DIR@\LICENCE.txt
LicenseFile=@CMAKE_SOURCE_DIR@\LICENCE.TXT

[Dirs]
; This directory is necessary to prevent the X509 file chooser from causing

Loading…
Cancel
Save