diff options
author | Pierre Ossman <ossman@cendio.se> | 2020-08-17 13:15:57 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2020-08-17 13:15:57 +0200 |
commit | 3ede3516b9d9949766b7c1d68fe66257919fecee (patch) | |
tree | bcfba4e0a9e651900608a9ad7291027a79aee3ff /release | |
parent | cd2952c7bd0d952b6ffbf42543898e0f7a44ce9d (diff) | |
download | tigervnc-3ede3516b9d9949766b7c1d68fe66257919fecee.tar.gz tigervnc-3ede3516b9d9949766b7c1d68fe66257919fecee.zip |
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.
Diffstat (limited to 'release')
-rw-r--r-- | release/tigervnc.iss.in | 2 | ||||
-rw-r--r-- | release/winvnc.iss.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/tigervnc.iss.in b/release/tigervnc.iss.in index 0168b790..a7b9b701 100644 --- a/release/tigervnc.iss.in +++ b/release/tigervnc.iss.in @@ -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; diff --git a/release/winvnc.iss.in b/release/winvnc.iss.in index adb83f26..cf628169 100644 --- a/release/winvnc.iss.in +++ b/release/winvnc.iss.in @@ -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 |