Added changelog and players_changelog to list of files installed by NSIS.

This commit is contained in:
Sergey Popov 2009-02-09 13:28:54 +00:00
parent cc54cc38f0
commit af9897acaa

View file

@ -565,7 +565,7 @@ env.Alias('data-dist', data_tarball)
# Windows installer
#
env.WindowsInstaller([wesnoth, wesnothd, Dir(installable_subs), env["nls"] and Dir("translations") or [], glob("*.dll"), Split("README copyright COPYING")])
env.WindowsInstaller([wesnoth, wesnothd, Dir(installable_subs), env["nls"] and Dir("translations") or [], glob("*.dll"), Split("README copyright COPYING changelog players_changelog")])
#
# Making Mac OS X application bundles