about summary refs log tree commit diff stats
path: root/PACKAGE/lynx.iss
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2018-03-21 16:20:42 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2018-03-21 16:20:42 +0000
commit9432fa8a1a1a932811a63ffdb54064a53446ca83 (patch)
treeccde586a80f19923f242668fdd8a0a152e825dc7 /PACKAGE/lynx.iss
parentc838e830e4b14855f27dc7a166f0684af41bdd35 (diff)
downloadlynx-snapshots-9432fa8a1a1a932811a63ffdb54064a53446ca83.tar.gz
snapshot of project "lynx", label v2-8-9dev_16y
Diffstat (limited to 'PACKAGE/lynx.iss')
-rw-r--r--PACKAGE/lynx.iss3
1 files changed, 1 insertions, 2 deletions
diff --git a/PACKAGE/lynx.iss b/PACKAGE/lynx.iss
index 6e0a3db1..32fbda87 100644
--- a/PACKAGE/lynx.iss
+++ b/PACKAGE/lynx.iss
@@ -1,4 +1,4 @@
-; $LynxId: lynx.iss,v 1.28 2018/03/18 17:48:41 tom Exp $

+; $LynxId: lynx.iss,v 1.29 2018/03/21 14:56:20 tom Exp $

 ; vile:ts=4 sw=4 notabinsert fk=8bit

 ;

 ; This is the BASE script for different flavors of the installer for Lynx.

@@ -128,7 +128,6 @@ Name: "{app}\doc\test"
 Name: "{app}\help"

 Name: "{app}\help\keystrokes"

 Name: "{app}\icon"

-Name: "{app}\tmp"

 

 [Files]

 #emit 'Source: "' + BinsSrcDir + '\' + SourceExeName + '"; DestDir: "{app}"; DestName: ' + MyAppExeName + '; AfterInstall: myPostExecutable; Flags: ignoreversion'