Procházet zdrojové kódy

Fix incorrect dll location in windows setup file template

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5089 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.3.90
Brian Hinz před 11 roky
rodič
revize
e8991316ba
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      release/tigervnc.iss.in

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

@@ -21,7 +21,7 @@ LicenseFile=@CMAKE_SOURCE_DIR@\LICENCE.txt
[Files]
#ifdef BUILD_WINVNC
Source: "@CMAKE_CURRENT_BINARY_DIR@\win\winvnc\winvnc4.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;
Source: "@CMAKE_CURRENT_BINARY_DIR@\win\winvnc\wm_hooks.dll"; DestDir: "{app}"; Flags: ignoreversion restartreplace;
Source: "@CMAKE_CURRENT_BINARY_DIR@\win\wm_hooks\wm_hooks.dll"; DestDir: "{app}"; Flags: ignoreversion restartreplace;
Source: "@CMAKE_CURRENT_BINARY_DIR@\win\vncconfig\vncconfig.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;
#endif
Source: "@CMAKE_CURRENT_BINARY_DIR@\vncviewer\vncviewer.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;

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