瀏覽代碼

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 年之前
父節點
當前提交
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

Loading…
取消
儲存