diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-21 16:20:42 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-21 16:20:42 +0000 |
commit | 9432fa8a1a1a932811a63ffdb54064a53446ca83 (patch) | |
tree | ccde586a80f19923f242668fdd8a0a152e825dc7 /PACKAGE/lynx.iss | |
parent | c838e830e4b14855f27dc7a166f0684af41bdd35 (diff) | |
download | lynx-snapshots-9432fa8a1a1a932811a63ffdb54064a53446ca83.tar.gz |
snapshot of project "lynx", label v2-8-9dev_16y
Diffstat (limited to 'PACKAGE/lynx.iss')
-rw-r--r-- | PACKAGE/lynx.iss | 3 |
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' |