From: Pierre Ossman Date: Mon, 17 Aug 2020 11:15:57 +0000 (+0200) Subject: Fix capitalisation of LICENCE.TXT X-Git-Tag: v1.10.90~7^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3ede3516b9d9949766b7c1d68fe66257919fecee;p=tigervnc.git 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. --- 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