From 6de6be01a522ce9b524ffec4d60e2fad0ea2e436 Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 19 Jun 2005 11:12:56 +0000 Subject: [PATCH] distribute license git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4082 212acab6-be3b-0410-9dea-997c60f758d6 --- SConstruct | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SConstruct b/SConstruct index 53524121..76a97e29 100644 --- a/SConstruct +++ b/SConstruct @@ -171,6 +171,12 @@ delete_action = defenv.AddPostAction(zip_target, Delete('$DISTDIR')) AlwaysBuild(delete_action) defenv.Alias('dist', dist_zip) +###################################################################### +####### License ### +###################################################################### + +defenv.Distribute('', 'license.txt') + ###################################################################### ####### Stubs ### ######################################################################