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:
parent
2e3a7643c8
commit
e99de3069a
@ -18,7 +18,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
# $Id: $
|
# $Id$
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
fn = sys.argv[1]
|
fn = sys.argv[1]
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+ based genealogy program
|
# 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
|
# 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
|
# 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
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
# $Id: $
|
# $Id$
|
||||||
#
|
#
|
||||||
# Description: Nullsoft Installer (NSIS) file to build Windows installer:
|
# Description: Nullsoft Installer (NSIS) file to build Windows installer:
|
||||||
#
|
#
|
||||||
@ -215,6 +216,10 @@ SectionIn 1 2 3 RO
|
|||||||
|
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
File /r ..\src\*.*
|
File /r ..\src\*.*
|
||||||
|
File ..\COPYING
|
||||||
|
File ..\NEWS
|
||||||
|
File ..\FAQ
|
||||||
|
File ..\AUTHORS
|
||||||
#File /r ..\nsis\gramps.ico
|
#File /r ..\nsis\gramps.ico
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user