Installer: Pick cppcheck executable from correct directory.

VS IDE builds the executable to Build/Release folder but QMake generated makefiles build to Src/Release.
This commit is contained in:
Kimmo Varis 2009-08-18 21:21:50 +03:00
parent 2cdb0abb82
commit dfd433bc33
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Type: files; Name: {app}\COPYING
[Files]
; Core / command line
Source: ..\Build\Release\cppcheck.exe; DestDir: {app}; Flags: ignoreversion; Components: Core
Source: ..\src\Release\cppcheck.exe; DestDir: {app}; Flags: ignoreversion; Components: Core
Source: ..\COPYING; DestDir: {app}; DestName: COPYING.txt; Flags: ignoreversion; Components: Core
Source: ..\readme.txt; DestDir: {app}; Flags: ignoreversion; Components: Core
Source: ..\AUTHORS; DestDir: {app}; DestName: AUTHORS.txt; Flags: ignoreversion; Components: Core