]> source.dussan.org Git - tigervnc.git/commitdiff
Fix capitalisation of LICENCE.TXT 1064/head
authorPierre Ossman <ossman@cendio.se>
Mon, 17 Aug 2020 11:15:57 +0000 (13:15 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 17 Aug 2020 11:15:57 +0000 (13:15 +0200)
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
release/winvnc.iss.in

index 0168b7906f9d9d82dcd919b738e512cc355a9e55..a7b9b7018085f31598332a033b2c543b5e5c6b04 100644 (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; 
index adb83f2671b2bc1bd3b519e61457041b0cb66fe6..cf628169454bff55cbdc3fde096044aeca8e5e44 100644 (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