diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-18 00:39:19 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-18 00:39:19 -0400 |
commit | 010545f528265f5275cba0ed0eb4075b5ca62315 (patch) | |
tree | cfe72ce43e16daf677ed9de77b7ef7d6482e4bee /PACKAGE/lynx.iss | |
parent | 519f8ac966b9073b86a37d0283c7258ea07a911c (diff) | |
download | lynx-snapshots-010545f528265f5275cba0ed0eb4075b5ca62315.tar.gz |
snapshot of project "lynx", label v2-8-8dev_16s
Diffstat (limited to 'PACKAGE/lynx.iss')
-rw-r--r-- | PACKAGE/lynx.iss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PACKAGE/lynx.iss b/PACKAGE/lynx.iss index 096684d1..630f742e 100644 --- a/PACKAGE/lynx.iss +++ b/PACKAGE/lynx.iss @@ -1,4 +1,4 @@ -; $LynxId: lynx.iss,v 1.10 2013/09/30 00:34:08 tom Exp $ +; $LynxId: lynx.iss,v 1.11 2013/10/17 00:34:49 tom Exp $ ; vile:ts=2 sw=2 notabinsert ; ; This is the BASE script for different flavors of the installer for Lynx. @@ -103,6 +103,7 @@ OutputDir=..\PACKAGE\lynx-setup #emit 'OutputBaseFilename=' + SetupBaseName + LYNX_VERSION + '-setup' Compression=lzma SolidCompression=yes +PrivilegesRequired=none [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" |