ソースを参照

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

読み込み中…
キャンセル
保存