Просмотр исходного кода

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 3 лет назад
Родитель
Сommit
3ede3516b9
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      release/tigervnc.iss.in
  2. 1
    1
      release/winvnc.iss.in

+ 1
- 1
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;

+ 1
- 1
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

Загрузка…
Отмена
Сохранить