diff options
Diffstat (limited to 'PACKAGE')
-rw-r--r-- | PACKAGE/lynx.iss | 4 | ||||
-rw-r--r-- | PACKAGE/version.iss | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/PACKAGE/lynx.iss b/PACKAGE/lynx.iss index fab2b4fb..1fe11075 100644 --- a/PACKAGE/lynx.iss +++ b/PACKAGE/lynx.iss @@ -1,4 +1,4 @@ -; $LynxId: lynx.iss,v 1.14 2015/01/02 12:27:21 tom Exp $ +; $LynxId: lynx.iss,v 1.15 2015/01/05 09:15:38 tom Exp $ ; vile:ts=2 sw=2 notabinsert ; ; This is the BASE script for different flavors of the installer for Lynx. @@ -172,7 +172,7 @@ Type: dirifempty; Name: {app} #emit 'Type: files; Name: ' + myQuickLaunch [Code] -#emit 'const MY_APP_NAME = ''{app}\' + myAppName + '.exe'';' +#emit 'const MY_APP_NAME = ''{app}\' + myAppProg + '.exe'';' function isGuru(): Boolean; begin diff --git a/PACKAGE/version.iss b/PACKAGE/version.iss index 460a3558..e0a67caa 100644 --- a/PACKAGE/version.iss +++ b/PACKAGE/version.iss @@ -1,12 +1,13 @@ ; version used for Inno Setup files. ; $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ -#define LYNX_VERSION "2.8.9dev.3" +#define LYNX_VERSION "2.8.9dev.3" ; most-recent full release and target #define LYNX_RELEASE "2.8.9" #define LYNX_TARGETS "2.8.9" +#define MyAppProg "Lynx" #define MyAppName "Lynx - web browser" #define MyAppPublisher "Thomas E Dickey" #define MyAppURL "http://lynx.isc.org" |