Procházet zdrojové kódy

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 před 3 roky
rodič
revize
3ede3516b9
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1
    1
      release/tigervnc.iss.in
  2. 1
    1
      release/winvnc.iss.in

+ 1
- 1
release/tigervnc.iss.in Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit