From 3ede3516b9d9949766b7c1d68fe66257919fecee Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 17 Aug 2020 13:15:57 +0200 Subject: [PATCH] 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. --- release/tigervnc.iss.in | 2 +- 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 -- 2.39.5