Set user wiki URL as application/support URL.
The installer was setting Sf.net project page as an URL which might be confusing for the users. Better use the wiki page.
This commit is contained in:
parent
eb7cb81e53
commit
8db0d2fc37
|
@ -20,7 +20,7 @@
|
|||
|
||||
#define MyAppName "cppcheck"
|
||||
#define AppVersion "1.30"
|
||||
#define MyAppURL "http://sourceforge.net/projects/cppcheck/"
|
||||
#define MyAppURL "http://cppcheck.wiki.sourceforge.net/"
|
||||
#define MyAppExeName "cppcheck.exe"
|
||||
|
||||
[Setup]
|
||||
|
|
Loading…
Reference in New Issue