summary refs log tree commit diff stats
path: root/build/build-spell.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/build-spell.bat')
-rw-r--r--build/build-spell.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build-spell.bat b/build/build-spell.bat
index 0a4e9b2d..7300e41d 100644
--- a/build/build-spell.bat
+++ b/build/build-spell.bat
@@ -4,6 +4,7 @@ set XCHAT_DEST=..\tmp-spell
 rmdir /q /s %XCHAT_DEST%
 mkdir %XCHAT_DEST%
 xcopy /q /s /i %DEPS_ROOT%\myspell %XCHAT_DEST%\share\myspell
+copy ..\COPYING %XCHAT_DEST%
 echo [Setup] > xchat-wdk-spell.iss
 echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk-spell.iss
 echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk-spell.iss