Update to Windows nsis install script from Stephen George <steve_geo@optusnet.com.au>. Puts the license file in the correct install location.

svn: r11225
This commit is contained in:
Brian Matherly 2008-10-31 12:05:45 +00:00
parent 2e3a7643c8
commit e99de3069a
2 changed files with 12 additions and 7 deletions

View File

@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: $
# $Id$
import sys
fn = sys.argv[1]

View File

@ -1,7 +1,8 @@
#
# Gramps - a GTK+ based genealogy program
#
# Copyright (C) 2008 Steve Hall [ digitect dancingpaper com ]
# Copyright (C) 2008 Steve Hall <digitect dancingpaper com>
# Copyright (C) 2008 Stephen George <steve_geo@optusnet.com.au>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -17,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: $
# $Id$
#
# Description: Nullsoft Installer (NSIS) file to build Windows installer:
#
@ -215,6 +216,10 @@ SectionIn 1 2 3 RO
SetOutPath $INSTDIR
File /r ..\src\*.*
File ..\COPYING
File ..\NEWS
File ..\FAQ
File ..\AUTHORS
#File /r ..\nsis\gramps.ico
SectionEnd