Merge branch 'master' of git@github.com:danmar/cppcheck
This commit is contained in:
commit
db0ec0502c
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#define MyAppName "cppcheck"
|
#define MyAppName "cppcheck"
|
||||||
#define AppVersion "1.30"
|
#define AppVersion "1.30"
|
||||||
#define MyAppURL "http://sourceforge.net/projects/cppcheck/"
|
#define MyAppURL "http://cppcheck.wiki.sourceforge.net/"
|
||||||
#define MyAppExeName "cppcheck.exe"
|
#define MyAppExeName "cppcheck.exe"
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
|
@ -37,6 +37,7 @@ AppUpdatesURL={#MyAppURL}
|
||||||
|
|
||||||
; This is for the installer file
|
; This is for the installer file
|
||||||
VersionInfoVersion={#AppVersion}
|
VersionInfoVersion={#AppVersion}
|
||||||
|
VersionInfoDescription=cppcheck installer
|
||||||
|
|
||||||
DefaultDirName={pf}\{#MyAppName}
|
DefaultDirName={pf}\{#MyAppName}
|
||||||
DefaultGroupName={#MyAppName}
|
DefaultGroupName={#MyAppName}
|
||||||
|
@ -46,6 +47,7 @@ LicenseFile=..\COPYING
|
||||||
OutputBaseFilename={#MyAppName}-{#AppVersion}-setup
|
OutputBaseFilename={#MyAppName}-{#AppVersion}-setup
|
||||||
|
|
||||||
ChangesEnvironment=yes
|
ChangesEnvironment=yes
|
||||||
|
OutputDir=..\Build
|
||||||
|
|
||||||
Compression=lzma/ultra
|
Compression=lzma/ultra
|
||||||
InternalCompressLevel=ultra
|
InternalCompressLevel=ultra
|
||||||
|
|
Loading…
Reference in New Issue