Added changelog and players_changelog to list of files installed by NSIS.
This commit is contained in:
parent
cc54cc38f0
commit
af9897acaa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue